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