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 got this messages when I runned the 'ember test --serve':
Global error: SyntaxError: Use of reserved word 'import' at http://localhost:7357/assets/test-support.js, line 6800
Global error: Error: Could not find module `ember-qunit` imported from `my_project/tests/test-helper` at http://localhost:7357/assets/vendor.js, line 233
SyntaxError: Use of reserved word 'import' at http://localhost:7357/assets/test-support.js, line 6800
Error: Could not find module `ember-qunit` imported from `my_project/tests/test-helper` at http://localhost:7357/assets/vendor.js, line 233
A reproduction of your issue would help us debug. In general, module load failures could be caused by a myriad of issues, so without a reproduction it is unlikely we'll be able to provide much help.
@trentmwillis Thanks. I solved this problem with new ember init to update my dependencies versions.
After this update the problem not occurred any more.
Hi,
I got this messages when I runned the 'ember test --serve':
Someone know what it is?
My versions:
Sorry my poor English and Thanks.
The text was updated successfully, but these errors were encountered: