-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
We need to tests that types are working. For this specific case there's such a thing as flow type-testing: https://github.com/flowtype/flow-typed/blob/master/definitions/npm/axios_v0.18.x/test_axios_v0.18.x.js
We need to cover existing libs with tests. That's how I see it:
0. We implement a required .flowconfig file with the correct settings (it can be copied from flow-typed
- The source packages we write tests for are added as a
dev-dependenciesinto the each package that uses this library - Then we write
flowtests
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed