Remove coverage flag

pull/481/head
Cory LaViska 2021-01-07 12:21:21 -05:00
rodzic fc8e48cb6a
commit 4a29ecafb6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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": {