mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Revert to old jest test runner
One day we should probably work out how to make the new runner, circus, fail fast
This commit is contained in:
parent
92c1563264
commit
3907838bf0
3 changed files with 25 additions and 0 deletions
|
@ -7,6 +7,7 @@ module.exports = {
|
|||
'./e2e_tests/failfast.js',
|
||||
],
|
||||
testEnvironment: 'jsdom',
|
||||
testRunner: 'jest-jasmine2',
|
||||
transform: {
|
||||
'(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$': [
|
||||
'ts-jest', {
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
"jasmine-fail-fast": "^2.0.1",
|
||||
"jest": "^29.5.0",
|
||||
"jest-environment-jsdom": "^29.5.0",
|
||||
"jest-jasmine2": "^29.5.0",
|
||||
"jest-webextension-mock": "^3.8.8",
|
||||
"marked": "^4.2.12",
|
||||
"prettier": "^2.8.4",
|
||||
|
|
23
yarn.lock
23
yarn.lock
|
@ -3994,6 +3994,29 @@ jest-haste-map@^29.5.0:
|
|||
optionalDependencies:
|
||||
fsevents "^2.3.2"
|
||||
|
||||
jest-jasmine2@^29.5.0:
|
||||
version "29.5.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-29.5.0.tgz#293e040ffd084201da7877e52100c3ddaa56cdd8"
|
||||
integrity sha512-51mNRQeeDQQXNDGTyiiXY1mfLesZhCPhun8LhusC38XeMeZJBmowvEEYvqpLxFJAbup53r+gFScoXQCVGUXPIQ==
|
||||
dependencies:
|
||||
"@jest/environment" "^29.5.0"
|
||||
"@jest/expect" "^29.5.0"
|
||||
"@jest/source-map" "^29.4.3"
|
||||
"@jest/test-result" "^29.5.0"
|
||||
"@jest/types" "^29.5.0"
|
||||
"@types/node" "*"
|
||||
chalk "^4.0.0"
|
||||
co "^4.6.0"
|
||||
is-generator-fn "^2.0.0"
|
||||
jest-each "^29.5.0"
|
||||
jest-matcher-utils "^29.5.0"
|
||||
jest-message-util "^29.5.0"
|
||||
jest-runtime "^29.5.0"
|
||||
jest-snapshot "^29.5.0"
|
||||
jest-util "^29.5.0"
|
||||
p-limit "^3.1.0"
|
||||
pretty-format "^29.5.0"
|
||||
|
||||
jest-leak-detector@^29.5.0:
|
||||
version "29.5.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-29.5.0.tgz#cf4bdea9615c72bac4a3a7ba7e7930f9c0610c8c"
|
||||
|
|
Loading…
Add table
Reference in a new issue