diff --git a/projects/eslint-plugin-experience/configs/jest.js b/projects/eslint-plugin-experience/configs/jest.js index 9f00852d..67b01f87 100644 --- a/projects/eslint-plugin-experience/configs/jest.js +++ b/projects/eslint-plugin-experience/configs/jest.js @@ -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', }, }, ],