We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523127a commit f299135Copy full SHA for f299135
package.json
@@ -4,7 +4,7 @@
4
"description": "The official library of Firebase and Angular.",
5
"private": true,
6
"scripts": {
7
- "test": "npm run build && karma start --single-run && npm run test:node",
+ "test": "npm run build && karma start --single-run",
8
"test:node": "jasmine 'dist/packages-dist/schematics/**/*[sS]pec.js'",
9
"test:watch": "concurrently \"npm run build:watch\" \"npm run delayed_karma\"",
10
"test:debug": "npm run build && karma start",
0 commit comments