We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306c825 commit b8b3110Copy full SHA for b8b3110
1 file changed
src/rules/__tests__/no-deprecated-functions.test.ts
@@ -96,7 +96,7 @@ describe('the rule', () => {
96
describe.each<JestVersion>([
97
14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27,
98
])('when using jest version %i', jestVersion => {
99
- beforeEach(async () => {
+ beforeEach(() => {
100
detectJestVersionMock.mockReturnValue(jestVersion);
101
});
102
0 commit comments