-
**Update**: this all works if I downgrade to System 0.16.*
Few facts:
- SystemJS 0.18.4
- karma-jspm 1.1.5
- karma 0.12.37
- "babel": "npm:babel-core@5.6.15",
- "babel-runtime": "npm:babel-runtime@5.…
-
I am working on application using Alt and was trying to setup tests based on jdelhman's example [here](https://github.com/jdlehman/alt-example-tests). I tried to setup the tests in exactly the same wa…
-
Hi,
I created a [SatckOverflow question](http://stackoverflow.com/questions/33575808/angular-typescript-jspm-es6-modules-wallabyjs-configuration) with some details about this but have yet to receive …
-
Hello, for the past month I been trying to get unit tests to run with either karma-jspm or karma-systemjs.
I have created a bare bones repo for you to test and help get them running.
```
npm i
jspm …
ghost updated
9 years ago
-
I followed this blog post to find Isparta and the gotwarlost/istanbul.git#source-map branch.
https://medium.com/@gunnarlium/es6-code-coverage-with-babel-jspm-karma-jasmine-and-istanbul-2c1918c5bb23
…
-
Karma gives me a 404,
``` shell
WARN [web-server]: 404: /source/components/todotable/todotable.spec.js
```
The file is served at `/base/source/components/todotable/todotable.spec.js`, but JSPM is no…
roine updated
9 years ago
-
That's more a question than an issue.
I have a bunch of Angular 2 tests, and for one of them I need to use `fakeAsync`. If I understand correctly, I need to include `zone-microtask.js`, right?
First …
-
Hi
I've installed this library using JSPM, and currently the `package.json` `main:` is set to `"./lib/index.js"`
Can it be changed as the `bower.json` instead to point correctly to the dist e.g. `"…
-
Very nice and useful repository.
I'm getting an error. I'm sure it has nothing to do with this repository as such, but I'm hoping you have some pointers how to solve:
```
30 08 2015 19:47:19.304:INFO…
-
Hello,
I'm not sure if this is known, or even if it's supposed to be supported, but I came across this when I was writing some unit tests today.
Here is a [proof of concept](https://jsfiddle.net/syb…