diff options
Diffstat (limited to 'scripts/frontend/test.js')
-rwxr-xr-x | scripts/frontend/test.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/frontend/test.js b/scripts/frontend/test.js index a7d7a88a8b1..71a8bebf0f2 100755 --- a/scripts/frontend/test.js +++ b/scripts/frontend/test.js @@ -13,7 +13,6 @@ const jestArgs = [...COMMON_ARGS, '--passWithNoTests']; const karmaArgs = [...COMMON_ARGS, '--no-fail-on-empty-test-suite']; program - .version('0.1.0') .usage('[options] <file ...>') .option('-p, --parallel', 'Run tests suites in parallel') .option( |