@@ -36,7 +36,6 @@ const rules = {
3636
3737 'jest/consistent-test-it' : 'off' ,
3838 'jest/expect-expect' : 'off' ,
39- 'jest/lowercase-name' : 'off' ,
4039 'jest/max-nested-describe' : 'error' ,
4140 'jest/no-alias-methods' : 'off' ,
4241 'jest/no-commented-out-tests' : 'warn' ,
@@ -59,17 +58,13 @@ const rules = {
5958 'jest/no-standalone-expect' : 'off' ,
6059 'jest/no-test-prefixes' : 'error' ,
6160 'jest/no-test-return-statement' : 'off' ,
62- 'jest/no-truthy-falsy' : 'off' ,
63- 'jest/no-try-expect' : 'error' ,
6461 'jest/prefer-called-with' : 'error' ,
6562 'jest/prefer-expect-assertions' : 'off' ,
6663 'jest/prefer-expect-resolves' : 'off' ,
6764 'jest/prefer-hooks-on-top' : 'error' ,
68- 'jest/prefer-inline-snapshots ' : 'off' ,
65+ 'jest/prefer-lowercase-title ' : 'off' ,
6966 'jest/prefer-spy-on' : 'off' ,
7067 'jest/prefer-strict-equal' : 'off' ,
71- 'jest/prefer-to-be-null' : 'off' ,
72- 'jest/prefer-to-be-undefined' : 'off' ,
7368 'jest/prefer-to-be' : 'off' ,
7469 'jest/prefer-to-contain' : 'warn' ,
7570 'jest/prefer-to-have-length' : 'warn' ,
@@ -78,7 +73,7 @@ const rules = {
7873 'jest/require-to-throw-message' : 'off' ,
7974 'jest/require-top-level-describe' : 'off' ,
8075 'jest/unbound-method' : 'off' ,
81- 'jest/valid-describe' : 'error' ,
76+ 'jest/valid-describe-callback ' : 'error' ,
8277 'jest/valid-expect' : 'error' ,
8378 'jest/valid-expect-in-promise' : 'error' ,
8479 'jest/valid-title' : 'warn' ,
@@ -108,7 +103,7 @@ const rules = {
108103 'testing-library/no-await-sync-events' : 'error' ,
109104 'testing-library/no-await-sync-query' : 'error' ,
110105 'testing-library/no-container' : 'error' ,
111- 'testing-library/no-debug ' : 'error' ,
106+ 'testing-library/no-debugging-utils ' : 'error' ,
112107 'testing-library/no-dom-import' : [ 'error' , 'react' ] ,
113108 'testing-library/no-manual-cleanup' : 'error' ,
114109 'testing-library/no-node-access' : 'error' ,
0 commit comments