Skip to content

Commit

Permalink
fix(eslint-plugin-experience): add jest/prefer-lowercase-title
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 10, 2023
1 parent d139834 commit 0444d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/eslint-plugin-experience/configs/jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
'jest/require-to-throw-message': 'off',
'jest/max-nested-describe': 'off',
'jest/prefer-expect-resolves': 'off',
'jest/prefer-lowercase-title': 'off',
},
},
],
Expand Down

0 comments on commit 0444d78

Please sign in to comment.