Skip to content
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

[jspm] Fix 'es6-module-loader.js does not match any file' when running tests #69

Open
wants to merge 1 commit into
base: jspm
Choose a base branch
from

Conversation

tpadjen
Copy link

@tpadjen tpadjen commented Dec 8, 2015

Running tests on a fresh clone in the jspm branch, I was getting the following error:

Pattern ".../client/jspm_packages/es6-module-loader.js" does not match any file.

Fixed in 2.0.1 according to computmaxer/karma-jspm#88

After updating karma-jspm, karma gave this error:

ERROR: 'Potentially unhandled rejection [4] Error: XHR error (404 Not Found) loading http://localhost:9876/client/app/common/hero/hero.spec.js

This required the changes to the proxies section to load all js properly.

@fesor
Copy link
Collaborator

fesor commented Dec 30, 2015

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants