From 0d763faf9fbb6d67921e3be8289c08e82216f82d Mon Sep 17 00:00:00 2001 From: splincode Date: Tue, 10 Oct 2023 21:44:46 +0300 Subject: [PATCH] fix(eslint-plugin-experience): add `jest/prefer-expect-resolves` --- projects/eslint-plugin-experience/configs/jest.js | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/eslint-plugin-experience/configs/jest.js b/projects/eslint-plugin-experience/configs/jest.js index 1ef04cab..9f00852d 100644 --- a/projects/eslint-plugin-experience/configs/jest.js +++ b/projects/eslint-plugin-experience/configs/jest.js @@ -22,6 +22,7 @@ module.exports = { 'jest/prefer-hooks-on-top': 'off', 'jest/require-to-throw-message': 'off', 'jest/max-nested-describe': 'off', + 'jest/prefer-expect-resolves': 'off', }, }, ],