-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: 'Potentially unhandled rejection on Windows10 #135
Comments
Hmm.. Perhaps it is the issue described in this article: http://martinmicunda.com/2015/10/19/how-to-start-writing-unit-tests-with-es6-angular-1x-and-jspm/
|
While using proxies, fixes the 404's my issue persist. Does anyone know what goes wrong?
|
I have deep dived into karma-jspm and tried to find a solution but are giving up. I get the following error when I run my tests via
karma start
:I'm not able to load any file (and I have tried many different paths). But if I put the same files in the karma config
files
array, they load. But since I use es2015 modules, that doesn't work withoutjspm
.I have the following structure:
My
karma.conf.js
:I use es2015 modules in the test.
The text was updated successfully, but these errors were encountered: