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

It seems that loading `angular-mocks` via JSPM does not expose globals such as `module` and `inject`. What is the recommended way to access them? The following works, but is there...

Using `import {React, Component} from 'react'` doesn't work in any of the files you use it.

Hi, I can't provide an full example of code to reproduce the error, so I will try to give a maximum of details. Our project is build upon this angular-jspm-seed...

I'm using `karma-coverage` along with `karma-jspm`. Coverage reports are being generated, but only for source files that are referenced in test files. However, any source files that are not required...

I posted an issue on the SystemJS text plugin with regards to the plugin not working correctly in ES6. This is the ticket: "I've managed to get this plugin to...

``` jspm: { paths: { "*": "js/*" }, // Edit this to your needs loadFiles: ['tests/**/*.js', 'js/**/*.js'], }, ``` With the above config it seems to be applying the wild...

Im running into an issue when trying to import a module to test. I have an angular 1.3.15 app up working with jspm and babel to transpile es6. I installed...

Please provide a minimal demo project which shows how to use this. Thanks! :)

When an `AssertionError` occurs in a transpiled test, the report looks like this: ``` AssertionError: expected 'Hello, fooo.' to equal 'Hello, foo.' at Context.eval (base/test/hello.spec.js!eval:23:44) ``` Ideally it would show...