зеркало из https://github.com/microsoft/paris.git
Added Jest ignore pattern for /dist folder.
This commit is contained in:
Родитель
f1cc7c2c46
Коммит
218d15d904
|
@ -73,7 +73,8 @@
|
|||
"^.+\\.(js|ts)$": "ts-jest"
|
||||
},
|
||||
"testPathIgnorePatterns": [
|
||||
"/node_modules/"
|
||||
"/node_modules/",
|
||||
"/dist/"
|
||||
],
|
||||
"setupTestFrameworkScriptFile": "<rootDir>/jest-setup.ts",
|
||||
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|js)$",
|
||||
|
|
Загрузка…
Ссылка в новой задаче