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

When I try and load up a module that has an incorrect path for an `import`, the `promiseChain` inside the `karma-jspm/src/adapter` fails (as it should). However, in the catch statement,...

Possibly related to [this issue](https://github.com/Workiva/karma-jspm/issues/95) but I'm not sure. Check out [this tester application](https://github.com/togakangaroo/karma-jspm-tester/tree/107) this also assumes the manual fix for [issue 106](https://github.com/togakangaroo/karma-jspm-tester/tree/106) ``` W:\karma-tester> npm run test > [email protected]...

I'm looking for example using karma runner + ng2.+ jspm + systemjs + gulp What am I doing wrong? Uncaught reflect-metadata shim is required when using class decorators Thanks in...

Currently when running `karma-jspm`, any errors' stack traces are not very useful. All I get are errors from `adapter.js`, or if using PhantomJS2 -- `context.html`. How can source maps be...

I'm having an issue trying to use phantomjs' webpage package. In short, I'm trying to do the following: ``` javascript var webpage = require("webpage"); var page = webpage.create(); page.evaluate(function() {...

I'm using **jspm** to load angular, when I run karma, I have `Can't find variable: angular`. This error is generated by the file generated by `ng-html2js`. Here is my karma.conf...

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` :...

In my /src/*_/_, there are some files I don't want to load. I believe I'm using the right pattern: `loadFiles: ['src/**/(*.js|!thisfile.js)]` but that causes "failed to proxy" errors I've also...

After some trial and error, I can now run test on command line and WebStorm (horay!) But there is one problem. Since WebStorm will keep the karma running, when I...