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
You may have named your jspm config.js file or jspm_packages directory something else. In this case simply add that to the jspm configuration in karma.conf.js:
to read:
If your jspm config file is not named config.js or your jspm package directory is not jspm_packages, then add your jspm locations to the jspm configuration in karma.conf.js, e.g.:
The standard jspm config file is now 'jspm.config.js', which must be set in the karma config in order for karma-jspm to pick it up. The README wording is a bit confusing after this jspm change.
The latest jspm version (0.17-beta.17, at the time of writing) adds support for more config files:
jspm.dev.js
for example)This brings all the config files to:
jspm.config.js
jspm.browser.js
jspm.dev.js
jspm.node.js
(not sure about the default name here, haven't used it)This would need to extra karma-jspm options, next to
config
andbrowser
:dev
andnode
.If I can find the time, I should be able to make a PR for this.
The text was updated successfully, but these errors were encountered: