ignore some tests temporarily
This commit is contained in:
parent
6423afdc2d
commit
efb2bdccea
@ -234,6 +234,10 @@
|
||||
"<rootDir>/resources/assets/tests/**/*.test.ts",
|
||||
"<rootDir>/resources/assets/tests/**/*.test.tsx"
|
||||
],
|
||||
"testPathIgnorePatterns": [
|
||||
"/node_modules/",
|
||||
"<rootDir>/resources/assets/tests/(views|components)/.*\\.ts$"
|
||||
],
|
||||
"globals": {
|
||||
"ts-jest": {
|
||||
"tsConfig": "<rootDir>/resources/assets/tests/tsconfig.json",
|
||||
|
Loading…
Reference in New Issue
Block a user