Skip to content

Commit facd589

Browse files
committed
Fix(eslint-config-jest): Switch env from mocha to jest (refs #81)
1 parent 5632989 commit facd589

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/eslint-config-jest/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
plugins: ['jest', 'jest-formatting'],
99

1010
env: {
11-
mocha: true,
11+
jest: true,
1212
},
1313

1414
extends: ['plugin:jest/recommended', 'plugin:jest/style', 'plugin:jest-formatting/recommended'],

0 commit comments

Comments
 (0)