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

I have the following error : `Uncaught SyntaxError: Unexpected token import at path/test/BootStrapFormView.Test.js:3` Here my Karma configuration file and my package.json karma.conf.js ``` javascript // Karma configuration // Generated on...

Does not seem to work with typescript files. *.ts files get .js added to their path : ``` 23 07 2015 23:55:18.363:WARN [karma]: No captured browser, open http://localhost:9876/ 23 07...

I encounter this with the combination of the following: `karma-jspm`: 2.2.0 `jspm`: 0.17.0-beta.22 `karma`: 0.13.22 (not latest due to #162) `karma-tap`: 1.0.4 (not latest due to #162) It happens to...

I want to keep all benefits that karma-jspm offers, but would like the opportunity to develop a little lower level by writing my own adapters as necessary. For angular2 with...

We have developed a single page application using aurelia+type script+jspm.Our purpose is remove the jspm packages from the project. We have using karma framework for unit testing. We have moved...

While using karma to do TDD (with `{autowatch:true, singleRun:false}`), there's an issue when I add a new file. Karma detects the change (and restart a test run), but the tests...

My config works fine in Chrome, but in PhantomJS, as soon as I try to import an ES6 class in my spec files, karma spits out a not-so-helpful `Attempting to...

Hi, I'm trying to use `karma-jspm`, after your last release I do not have the `too many open file` so I can go on. Now I'm facing a new issue,...

The latest jspm version (0.17-beta.17, at the time of writing) adds support for more config files: - a separate config file for the devDependencies (`jspm.dev.js` for example) - a separate...