forked from arikon/mocha-istanbul
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using this with flow #72
Comments
Basic Steps:
Adding options and {
"presets": ["flow"]
} Somehow the coverage doesn't get picked up correctly It seems. |
@pocesar That's what I'm doing now. Maybe also time to abandon grunt all together.... Thanks for the reply! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've tried to configure this to run with flow and somehow it doesn't work.
Anyone had success with this? I'm basically following the instructions for
Running ES2015+ tests with ES2015+ sources (through Babel-CLI)
, but using flow instead. It should work?The text was updated successfully, but these errors were encountered: