Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit f4079d6

Browse files
committed
feat(base): add new eslint-plugin-jest rules
1 parent 0bd421b commit f4079d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config/jest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = {
1414
'jest/no-focused-tests': 'error',
1515
'jest/no-hooks': 'off',
1616
'jest/no-identical-title': 'error',
17+
'jest/no-jasmine-globals': 'error',
1718
'jest/no-jest-import': 'error',
1819
'jest/no-large-snapshots': 'off',
1920
'jest/no-test-prefixes': 'error',

0 commit comments

Comments
 (0)