зеркало из https://github.com/mozilla/fxa.git
Update jest options
This commit is contained in:
Родитель
0eae78e087
Коммит
42a38ac414
|
@ -29,7 +29,11 @@
|
|||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||
"options": {
|
||||
"jestConfig": "libs/payments/stripe/jest.config.ts",
|
||||
"testPathPattern": ["^(?!.*\\.in\\.spec\\.ts$).*$"]
|
||||
"forceExit": true,
|
||||
"logHeapUsage": true,
|
||||
"runInBand": true,
|
||||
"testPathPattern": ["^(?!.*\\.in\\.spec\\.ts$).*$"],
|
||||
"verbose": true
|
||||
}
|
||||
},
|
||||
"test-integration": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче