Skip to content

Commit 8e34cdb

Browse files
chore(test): Do not test downstream by default
1 parent 2e01e63 commit 8e34cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "run-s compile bundle fixmaps:*",
1212
"release": "release --deps @uirouter/core",
1313
"travis": "npm run build && npm run noimplicitany && npm run test",
14-
"test": "karma start && npm run test:downstream",
14+
"test": "karma start",
1515
"test:downstream": "npm run build && test_downstream_projects",
1616
"noimplicitany": "tsc --noEmit --noImplicitAny --skipLibCheck --moduleResolution node --target es6 test/noimplicitany.ts",
1717
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",

0 commit comments

Comments
 (0)