From 9b087cf1c90998e2e95e14d638d413f002d6e041 Mon Sep 17 00:00:00 2001 From: shaun wallace Date: Thu, 23 Mar 2017 20:26:49 +0000 Subject: [PATCH] =?UTF-8?q?adding=20spyOn=20to=20the=20list=20of=20globals?= =?UTF-8?q?=20for=20the=20eslint=20env=20jest/globals=20s=E2=80=A6=20(#319?= =?UTF-8?q?6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * adding spyOn to the list of globals for the eslint env jest/globals setting * reorder spyOn environmental global based on ascending order rule --- packages/eslint-plugin-jest/src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/eslint-plugin-jest/src/index.js b/packages/eslint-plugin-jest/src/index.js index 7f1d5a456a57..2da435a48236 100644 --- a/packages/eslint-plugin-jest/src/index.js +++ b/packages/eslint-plugin-jest/src/index.js @@ -36,6 +36,7 @@ module.exports = { jest: false, pit: false, require: false, + spyOn: false, test: false, xdescribe: false, xit: false,