From dabc37a1efbc9a69d4cde2ce0d2a3437bf8506e8 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 5 Jun 2018 11:16:22 -0400 Subject: [PATCH] remove test scripts --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index bc082e5bac1..37aba1d2821 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,7 @@ "build:prod:watch": "cross-env NODE_ENV=production webpack-serve --config webpack.config.js", "dist": "npm run build:prod && gulp dist", "lint": "tslint src/**/*.ts || true", - "lint:fix": "tslint src/**/*.ts --fix", - "test": "karma start --single-run", - "test:watch": "karma start" + "lint:fix": "tslint src/**/*.ts --fix" }, "devDependencies": { "@angular/compiler-cli": "5.2.0",