Files
yarn/.flowconfig
Maël Nison 5fc6f7fc2e Pkg-tests testsuite (#5392)
* Adds the pkg-tests testsuite to the repository

* Fixes flow

* Adds babel to strip flowtypes

* Moves pkg-tests into the packages directory

* Fixes server timeouts

* Feedback
2018-02-27 17:30:17 +00:00

25 lines
437 B
Plaintext

[ignore]
<PROJECT_ROOT>/packages/pkg-tests/.*
<PROJECT_ROOT>/coverage/.*
<PROJECT_ROOT>/dist/.*
<PROJECT_ROOT>/lib-legacy/.*
<PROJECT_ROOT>/lib/.*
<PROJECT_ROOT>/node_modules/babel.*
<PROJECT_ROOT>/node_modules/graphql.*
<PROJECT_ROOT>/node_modules/y18n/test/.*
<PROJECT_ROOT>/updates/.*
[include]
[libs]
[lints]
untyped-type-import=warn
[options]
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
include_warnings=true
[version]
^0.66.0