diff --git a/package.json b/package.json index e46c8bb88..a0f795e44 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "serve": "node dev-server.js", "start": "concurrently --kill-others \"npm run dev\" \"npm run serve\"", "test.watch": "stencil test --spec --e2e --watchAll", - "test": "stencil test --spec --e2e --coverage", + "test": "stencil test --spec --e2e", "version": "npm run build" }, "devDependencies": {