Skip to content

Commit 67a3c42

Browse files
elicwhitefacebook-github-bot
authored andcommitted
Require valid expect
Reviewed By: cpojer Differential Revision: D6671552 fbshipit-source-id: e254d3a308fac0802084b8d328bd3ee38c7bc8ce
1 parent 9a36872 commit 67a3c42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc

+2
Original file line numberDiff line numberDiff line change
@@ -252,5 +252,7 @@
252252
// The following rules are made available via `eslint-plugin-jest`.
253253
"jest/no-disabled-tests": 1,
254254
"jest/no-focused-tests": 1,
255+
"jest/no-identical-title": 1,
256+
"jest/valid-expect": 1,
255257
}
256258
}

0 commit comments

Comments
 (0)