From f0d6bff22b3a93d16d09158496c65aa1a9817ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Fl=C3=B3rez?= Date: Wed, 20 Oct 2021 22:23:40 -0500 Subject: [PATCH] add jest/require-hook --- jest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.js b/jest.js index 1c9e351..8ba1396 100644 --- a/jest.js +++ b/jest.js @@ -68,7 +68,7 @@ const rules = { 'jest/prefer-to-contain': 'warn', 'jest/prefer-to-have-length': 'warn', 'jest/prefer-todo': 'warn', - 'jest/require-hook': 'off', + 'jest/require-hook': 'warn', 'jest/require-to-throw-message': 'off', 'jest/require-top-level-describe': 'off', 'jest/unbound-method': 'off',