Skip to content

Commit 809631c

Browse files
test: fix test freeze (#3448)
1 parent bc8328a commit 809631c

20 files changed

+1331
-2510
lines changed

jest.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ module.exports = {
1414
snapshotResolver: '<rootDir>/test/helpers/snapshotResolver.js',
1515
setupFilesAfterEnv: ['<rootDir>/setupTest.js'],
1616
globalSetup: '<rootDir>/globalSetupTest.js',
17-
testRunner: 'jest-circus/runner',
1817
testSequencer: '<rootDir>/test/testSequencer.js',
1918
};

0 commit comments

Comments
 (0)