File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9696 "test" : " node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest" ,
9797 "test:integration" : " node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \" <rootDir>/test/*.test.js\" " ,
9898 "test:unit" : " node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \" <rootDir>/test/*.unittest.js\" " ,
99- "travis:integration" : " yarn cover:init && yarn cover:integration --ci --maxWorkers 4 && yarn cover:report-min" ,
99+ "travis:integration" : " yarn cover:init && yarn cover:integration --ci --maxWorkers 2 && yarn cover:report-min" ,
100100 "travis:unit" : " yarn cover:init && yarn cover:unit --ci" ,
101101 "travis:lint" : " yarn lint" ,
102102 "travis:benchmark" : " yarn benchmark --ci" ,
103- "appveyor:integration" : " yarn cover:init && yarn cover:integration --ci --maxWorkers 4 && yarn cover:report-min" ,
103+ "appveyor:integration" : " yarn cover:init && yarn cover:integration --ci --maxWorkers 2 && yarn cover:report-min" ,
104104 "appveyor:unit" : " yarn cover:init && yarn cover:unit --ci && yarn cover:report-min" ,
105105 "appveyor:benchmark" : " yarn benchmark --ci" ,
106106 "circleci:test" : " node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --ci" ,
You can’t perform that action at this time.
0 commit comments