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
Then run karma with PhantomJS, and you will notice that it fails silently. If you take out this plugin from your karma config, it will work correctly. It also works fine if you comment out this line:
// export const SOME_CONST = 123;
It took me a while to trace it down this far. Let me know if I can help further
The text was updated successfully, but these errors were encountered:
Im not sure this is specifically related to this plugin.
Karma config is similar to the one in your README.
To reproduce
Create a test file
test/something.js
that looks like this:Create module
src/something.js
that looks like this:Then run karma with PhantomJS, and you will notice that it fails silently. If you take out this plugin from your karma config, it will work correctly. It also works fine if you comment out this line:
// export const SOME_CONST = 123;
It took me a while to trace it down this far. Let me know if I can help further
The text was updated successfully, but these errors were encountered: