You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I can't narrow it down to a simple test-case; but at the moment, using the power-assertpreset (for testing output) alongside the istanbul plugin (for coverage generation) produces obscure syntax errors inside babel:
This is fixed by removing babel-preset-power-assert and replacing it with the individual plugins themselves, and then loading all three of them as babel plugins, instead of presets.
So, I can't narrow it down to a simple test-case; but at the moment, using the
power-assert
preset (for testing output) alongside the istanbul plugin (for coverage generation) produces obscure syntax errors inside babel:(More: https://travis-ci.org/ELLIOTTCABLE/giraphe/jobs/245592548#L224-L372)
This is fixed by removing
babel-preset-power-assert
and replacing it with the individual plugins themselves, and then loading all three of them as babel plugins, instead of presets.The text was updated successfully, but these errors were encountered: