Skip to content

Commit 3384e12

Browse files
chore(test): Do not test downstream by default
1 parent 0478692 commit 3384e12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
"bundle_events": "rollup -c --environment EVENTS && rollup -c --environment EVENTS,MINIFY",
1717
"bundle_resolve": "rollup -c --environment RESOLVE && rollup -c --environment RESOLVE,MINIFY",
1818
"noimplicitany": "tsc --noEmit --noImplicitAny --moduleResolution node --target es6 test/noimplicitany.ts",
19-
"test": "npm run test:integrate",
19+
"test": "tsc && npm run noimplicitany && npm run test:ng16 && npm run test:ng15 && npm run test:ng14 && npm run test:ng13 && npm run test:ng12",
2020
"test:ng12": "karma start --ngversion 1.2",
2121
"test:ng13": "karma start --ngversion 1.3",
2222
"test:ng14": "karma start --ngversion 1.4",
2323
"test:ng15": "karma start --ngversion 1.5",
2424
"test:ng16": "karma start --ngversion 1.6",
25-
"test:integrate": "tsc && npm run noimplicitany && npm run test:ng16 && npm run test:ng15 && npm run test:ng14 && npm run test:ng13 && npm run test:ng12 && npm run test:downstream",
2625
"test:downstream": "npm run build && test_downstream_projects",
2726
"watch": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1",
2827
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",

0 commit comments

Comments
 (0)