Skip to content

Commit f299135

Browse files
committed
Removing the node tests for the moment
1 parent 523127a commit f299135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "The official library of Firebase and Angular.",
55
"private": true,
66
"scripts": {
7-
"test": "npm run build && karma start --single-run && npm run test:node",
7+
"test": "npm run build && karma start --single-run",
88
"test:node": "jasmine 'dist/packages-dist/schematics/**/*[sS]pec.js'",
99
"test:watch": "concurrently \"npm run build:watch\" \"npm run delayed_karma\"",
1010
"test:debug": "npm run build && karma start",

0 commit comments

Comments
 (0)