chore: add flow type for jest

This commit is contained in:
Justin Starry 2020-03-20 19:10:12 +08:00 committed by Michael Vines
parent c87ae16aae
commit 6abd65dfe2
2 changed files with 1183 additions and 1 deletions

1182
web3.js/flow-typed/npm/jest_v24.x.x.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -48,7 +48,7 @@
"defs": "set -ex; flow check-contents < module.flow.js; tsc module.d.ts",
"doc:watch": "watch 'npm run doc' . --wait=1 --ignoreDirectoryPattern=/doc/",
"examples": "set -ex; for example in examples/*.js; do node $example; done",
"flow": "set -ex; flow stop; flow-typed install jest@24; flow",
"flow": "set -ex; flow stop; flow",
"flow:stop": "flow stop",
"flow:watch": "flow stop; watch 'flow' . --wait=1 --ignoreDirectoryPattern=/doc/",
"lint": "set -ex; npm run pretty; eslint . --ext .js,.ts",