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
My config works fine in Chrome, but in PhantomJS, as soon as I try to import an ES6 class in my spec files, karma spits out a not-so-helpful Attempting to configurable [sic] attribute of unconfigurable property.
I can import ES5 modules just fine in specs.
Not importing anything in my spec files, but rewriting the Jasmine tests using ES6 fat arrow syntax makes PhantomJS balk with a SyntaxError: Parse error message.
All this makes me believe files are not being transpiled.
My config works fine in Chrome, but in PhantomJS, as soon as I try to import an ES6 class in my spec files, karma spits out a not-so-helpful
Attempting to configurable [sic] attribute of unconfigurable property
.I can import ES5 modules just fine in specs.
Not importing anything in my spec files, but rewriting the Jasmine tests using ES6 fat arrow syntax makes PhantomJS balk with a
SyntaxError: Parse error
message.All this makes me believe files are not being transpiled.
karma.conf.js
package versions
The text was updated successfully, but these errors were encountered: