Skip to content

Commit f14897b

Browse files
test: fix test freeze
1 parent bc8328a commit f14897b

File tree

3 files changed

+47
-204
lines changed

3 files changed

+47
-204
lines changed

jest.config.js

Lines changed: 0 additions & 1 deletion
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
};

package-lock.json

Lines changed: 47 additions & 202 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
"html-webpack-plugin": "^4.5.2",
8484
"husky": "^6.0.0",
8585
"jest": "^26.6.3",
86-
"jest-circus": "^26.6.3",
8786
"less": "^4.1.1",
8887
"less-loader": "^7.3.0",
8988
"lint-staged": "^11.0.0",

0 commit comments

Comments
 (0)