From a727f7f3334e22e2282bb5e904aed10cd3b3a639 Mon Sep 17 00:00:00 2001 From: Paul Gascou-Vaillancourt Date: Thu, 13 Jun 2019 13:32:03 -0400 Subject: Remove script version --- scripts/frontend/test.js | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/frontend/test.js') 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] ') .option('-p, --parallel', 'Run tests suites in parallel') .option( -- cgit v1.2.1