Closed lhchavez closed 3 years ago
This change makes all* tests run flow check-contents on the generated flow declarations. This ensures that the generated code is valid.
flow check-contents
* most. Some tests produce invalid output due to bugs, some cannot be verified due to missing imports.
Love it, great thinking 👍🏻
This change makes all* tests run
flow check-contents
on the generated flow declarations. This ensures that the generated code is valid.* most. Some tests produce invalid output due to bugs, some cannot be verified due to missing imports.