karma-jspm icon indicating copy to clipboard operation
karma-jspm copied to clipboard

Results 55 karma-jspm issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...

dependencies

It was great to see an approach in https://github.com/Workiva/karma-jspm/pull/147 to measure code coverage while using jspm with karma. I searched very long for a transpiler agnostic and more simple attached...

Fix #169 `System.import()` returns a promise. `.then()` accepts a promise in return, not a function.

Struggling with the lack of documentation or working example: I can't tell if this is the same issue a bunch of people seem to be having (https://github.com/Workiva/karma-jspm/issues/68) I have a...

When using jspm 0.17 beta and karma-jspm 2.2.3, I get the following console warning when running my tests: > No system-polyfills present. If the browser does not support Promises, you...

improvement

We've been using karma-jspm in our build for some time and have recently come to the confused realisation that some of our tests are no longer being run. The config:...

Hey, Im getting the following error: ``` PhantomJS 2.1.1 (Mac OS X 0.0.0) ERROR ReferenceError: Can't find variable: System at blob:http://localhost:9876/06e2d137-ede4-4078-92da-28f33c3e83e4:2 PhantomJS 2.1.1 (Mac OS X 0.0.0): Executed 0 of...

Hi. I having the following problem with karma-jspm. I setup the karma.conf.js file apparently properly and it's giving me the following error: ``` Uncaught Error: SystemJS was not found. Please...

The popular [karma-coverage](https://github.com/karma-runner/karma-coverage) does not work as expected for me, mainly because Istanbul will try to instrument es6/es7 files and fail. As mentioned [here](https://github.com/Workiva/karma-jspm/issues/22#issuecomment-89679100), the workaround would be to use...

I can't figure out how to make karma to not watch for changes in folder **jspm_packages/**. If I try to add 'jspm_packages' into exclude section then I get following errors:...