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 112
112
"test:devRuntimePerformance" : " ts-node test/dev/dev-runtime-performance.ts" ,
113
113
"test:full" : " yarn run test:dev && yarn run test:mocha-coverage && yarn run test:mocha-memory-performance" ,
114
114
"test:mocha" : " mocha --require source-map-support/register test/index.spec.ts --exit" ,
115
- "test:mocha-coverage" : " NODE_OPTIONS=--max-old-space-size=4096 nyc --reporter text-summary --no-clean yarn run test:mocha" ,
115
+ "test:mocha-coverage" : " cross-env NODE_OPTIONS=--max-old-space-size=4096 nyc --reporter text-summary --no-clean yarn run test:mocha" ,
116
116
"test:mocha-coverage:report" : " nyc report --reporter=lcov" ,
117
117
"test:mocha-memory-performance" : " cross-env NODE_OPTIONS=--max-old-space-size=280 mocha test/performance-tests/JavaScriptObfuscatorMemory.spec.ts" ,
118
118
"test" : " yarn run test:full" ,
You can’t perform that action at this time.
0 commit comments