8000 Ensure flow tests are being properly run, now that warnings are not d… · lisongyu/immutable-js@2c18d0b · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c18d0b

Browse files
committed
Ensure flow tests are being properly run, now that warnings are not displayed by default
1 parent 5023b0d commit 2c18d0b

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
@@ -38,7 +38,7 @@
3838
"test": "run-s format build lint testonly test:types:*",
3939
"test:travis": "npm run test && ./resources/check-changes",
4040
"test:types:ts": "dtslint type-definitions/ts-tests",
41-
"test:types:flow": "flow check type-definitions/tests",
41+
"test:types:flow": "flow check type-definitions/tests --include-warnings",
4242
"perf": "node ./resources/bench.js",
4343
"start": "gulp --gulpfile gulpfile.js dev",
4444
"deploy": "./resources/deploy-ghpages.sh",

0 commit comments

Comments
 (0)
0