diff --git a/test.js b/test.js index 01c56bf..a409a07 100644 --- a/test.js +++ b/test.js @@ -43,7 +43,7 @@ if (global.window) { } } else { var noStaticServe = process.argv.slice(2).some(function (arg) { - return arg === '--no-static-server'; + return arg === 'no-static-server'; }); // static server if (!noStaticServe) {