Undo changes on ./bin/test.js

This commit is contained in:
kumaran-14
2020-04-11 12:02:27 +05:30
parent f9b2f3e87d
commit ae72994cfb
-10
View File
@@ -51,16 +51,6 @@ if (checkCoverage) {
process.exit(run.status);
}
const checkDebug = flagArgs.indexOf('--debug') >= 0;
if (checkDebug) {
env.DEBUG = 'debug';
}
if (env.DEBUG) {
console.log('poll result', result);
}
const run = cp.spawnSync(
npmBinScript('mocha'),
[...testFiles, ...flagArgs],