Skip to content

Commit bfceb68

Browse files
author
reetkr
committed
Revert "Move setTimeout outside beforeEach" -not needed
This reverts commit a6af944.
1 parent a6af944 commit bfceb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/fixtures/__shared__/test-setup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ afterAll(async () => {
1616
await testSetup.teardown();
1717
});
1818

19-
jest.setTimeout(1000 * 60 * 5);
19+
beforeEach(() => jest.setTimeout(1000 * 60 * 5));
2020

2121
module.exports = testSetup;

0 commit comments

Comments
 (0)