File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 88
88
" schemas/"
89
89
],
90
90
"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" ,
94
94
"travis:integration" : " npm run cover:init && npm run cover:integration && npm run cover:report-min" ,
95
95
"travis:unit" : " npm run cover:init && npm run cover:unit && npm run cover:report-min" ,
96
96
"travis:lint" : " npm run lint-files && npm run nsp" ,
Original file line number Diff line number Diff line change 1
1
--full-trace
2
2
--reporter dot
3
+ --check-leaks
4
+ --globals Base64
You can’t perform that action at this time.
0 commit comments