Parallelize test runs in IDE using mocha explorer (#1793)
This commit is contained in:
Родитель
9ff7e7af9d
Коммит
a9fea12e51
|
@ -90,6 +90,7 @@
|
||||||
},
|
},
|
||||||
"typescript.tsdk": "./packages/compiler/node_modules/typescript/lib",
|
"typescript.tsdk": "./packages/compiler/node_modules/typescript/lib",
|
||||||
"git.ignoreLimitWarning": true,
|
"git.ignoreLimitWarning": true,
|
||||||
|
"mochaExplorer.parallel": true,
|
||||||
"mochaExplorer.files": [
|
"mochaExplorer.files": [
|
||||||
"./packages/*/dist/test/**/*.test.js",
|
"./packages/*/dist/test/**/*.test.js",
|
||||||
"./packages/*/dist/test/**/*.e2e.js",
|
"./packages/*/dist/test/**/*.e2e.js",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче