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
I am getting an error while running grunt karma. I am using a the preprocessors key to bundle my tests into one bundle, from there I use phantomJS as my browser.
Karma is failing due to 'unexpected token const', and points to line 9452 of testFile.js (ie the newly created bundle). This is clearly babel-loader related, and is coming from somewhere within node_modules, but I have no idea where. Is there a way to view the newly created bundle is created when running 'grunt karma'?
The text was updated successfully, but these errors were encountered:
I am getting an error while running
grunt karma
. I am using a the preprocessors key to bundle my tests into one bundle, from there I use phantomJS as my browser.I am using
Karma is failing due to 'unexpected token const', and points to line 9452 of testFile.js (ie the newly created bundle). This is clearly babel-loader related, and is coming from somewhere within node_modules, but I have no idea where. Is there a way to view the newly created bundle is created when running 'grunt karma'?
The text was updated successfully, but these errors were encountered: