File tree Expand file tree Collapse file tree 3 files changed +155
-156
lines changed
Expand file tree Collapse file tree 3 files changed +155
-156
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,19 @@ matrix:
1414 include :
1515 - os : linux
1616 node_js : " 10"
17- env : NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="TestCasesHot.test.js|TestCasesHotMultiStep.test.js "
17+ env : NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="integration "
1818 - os : linux
1919 node_js : " 10"
20- env : NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="TestCasesHot.test.js|TestCasesHotMultiStep.test.js "
20+ env : NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="integration "
2121 - os : linux
2222 node_js : " 10"
23- env : NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="TestCasesHot.test.js|TestCasesHotMultiStep.test.js "
23+ env : NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="integration "
2424 - os : linux
2525 node_js : " 10"
26- env : NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="TestCasesHot.test.js|TestCasesHotMultiStep.test.js "
26+ env : NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="integration "
2727 - os : linux
2828 node_js : " 10"
29- env : NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="TestCasesHot.test.js|TestCasesHotMultiStep.test.js "
29+ env : NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="integration "
3030 allow_failures :
3131 - os : osx
3232 fast_finish : true
@@ -38,7 +38,7 @@ install:
3838
3939script :
4040 - yarn cover:init
41- - yarn cover:single --ci $JEST $JOB_PART
41+ - yarn cover:$JOB_PART --ci $JEST
4242 - yarn cover:report-min
4343
4444notifications :
Original file line number Diff line number Diff line change 5252 "istanbul" : " ^0.4.5" ,
5353 "jade" : " ^1.11.0" ,
5454 "jade-loader" : " ~0.8.0" ,
55- "jest" : " 23.0.0-charlie.2 " ,
55+ "jest" : " 23.0.0-charlie.3 " ,
5656 "jest-silent-reporter" : " 0.0.4" ,
5757 "json-loader" : " ^0.5.7" ,
5858 "less" : " ^2.5.1" ,
132132 "cover:report-min" : " istanbul report --report lcovonly"
133133 },
134134 "jest" : {
135- "forceExit" : true ,
136135 "setupTestFrameworkScriptFile" : " <rootDir>/test/setupTestFramework.js" ,
137136 "testMatch" : [
138137 " <rootDir>/test/*.test.js" ,
You can’t perform that action at this time.
0 commit comments