mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Undo changes on ./bin/test.js
This commit is contained in:
-10
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user