File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 " schemas/"
8989 ],
9090 "scripts" : {
91- "test" : " mocha test/*.test.js test/*.unittest.js --max-old-space-size=4096 --harmony --trace-deprecation --check-leaks " ,
92- "test:integration" : " mocha test/*.test.js --max-old-space-size=4096 --harmony --trace-deprecation --check-leaks " ,
93- "test:unit" : " mocha test/*.unittest.js --max-old-space-size=4096 --harmony --trace-deprecation --check-leaks " ,
91+ "test" : " mocha test/*.test.js test/*.unittest.js --max-old-space-size=4096 --harmony --trace-deprecation" ,
92+ "test:integration" : " mocha test/*.test.js --max-old-space-size=4096 --harmony --trace-deprecation" ,
93+ "test:unit" : " mocha test/*.unittest.js --max-old-space-size=4096 --harmony --trace-deprecation" ,
9494 "travis:integration" : " npm run cover:init && npm run cover:integration && npm run cover:report-min" ,
9595 "travis:unit" : " npm run cover:init && npm run cover:unit && npm run cover:report-min" ,
9696 "travis:lint" : " npm run lint-files && npm run nsp" ,
Original file line number Diff line number Diff line change 11--full-trace
22--reporter dot
3+ --check-leaks
4+ --globals Base64
You can’t perform that action at this time.
0 commit comments