Skip to content

Commit fd40021

Browse files
committed
disables jest/no-disabled-tests rule
1 parent 09e713a commit fd40021

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configs/jest/rules/jest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
'jest/lowercase-name': ['error', { ignore: ['describe'] }],
66
'jest/no-alias-methods': 'error',
77
'jest/no-commented-out-tests': 'off',
8-
'jest/no-disabled-tests': 'error',
8+
'jest/no-disabled-tests': 'off',
99
'jest/no-duplicate-hooks': 'error',
1010
'jest/no-expect-resolves': 'error',
1111
'jest/no-export': 'error',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trbl/eslint-config",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"main": "configs/index.js",
55
"repository": "git@github.com:trouble/eslint-config.git",
66
"description": "Please do not feed the dust bunnies.",

0 commit comments

Comments
 (0)