Skip to content

Commit 1a35796

Browse files
test(typescript): Remove test/noimplicitany.ts in favor of test:downstream
1 parent c655119 commit 1a35796

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"bundle_router": "rollup -c --environment ROUTER && rollup -c --environment ROUTER,MINIFY",
1616
"bundle_events": "rollup -c --environment EVENTS && rollup -c --environment EVENTS,MINIFY",
1717
"bundle_resolve": "rollup -c --environment RESOLVE && rollup -c --environment RESOLVE,MINIFY",
18-
"noimplicitany": "tsc --noEmit --noImplicitAny --moduleResolution node --target es6 test/noimplicitany.ts",
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",
18+
"test": "tsc && npm run test:ng16 && npm run test:ng15 && npm run test:ng14 && npm run test:ng13 && npm run test:ng12",
2019
"test:ng12": "karma start --ngversion 1.2",
2120
"test:ng13": "karma start --ngversion 1.3",
2221
"test:ng14": "karma start --ngversion 1.4",
@@ -26,7 +25,7 @@
2625
"watch": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1",
2726
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",
2827
"docs": "./scripts/docs.js",
29-
"release": "npm run noimplicitany && release --deps @uirouter/core && node ./scripts/bower_release.js",
28+
"release": "release --deps @uirouter/core && node ./scripts/bower_release.js",
3029
"prepublishOnly": "npm run build",
3130
"publishdocs": "node scripts/publishdocs.js",
3231
"artifacts": "artifact_tagging"

test/noimplicitany.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)