Skip to content

Commit 8ef0883

Browse files
theo-matzavinosleebyron
authored andcommitted
test(ts-definitions): test Immutable.d.ts validity using tsc (#1401)
1 parent 82d05a2 commit 8ef0883

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
@@ -37,7 +37,7 @@
3737
"testonly": "./resources/jest",
3838
"test": "run-s format build lint testonly test:types:*",
3939
"test:travis": "npm run test && ./resources/check-changes",
40-
"test:types:ts": "dtslint type-definitions/ts-tests",
40+
"test:types:ts": "tsc ./type-definitions/Immutable.d.ts --lib es2015 && dtslint type-definitions/ts-tests",
4141
"test:types:flow": "flow check type-definitions/tests --include-warnings",
4242
"perf": "node ./resources/bench.js",
4343
"start": "gulp --gulpfile gulpfile.js dev",

0 commit comments

Comments
 (0)