-
Sorry if this is because of my setup or my conf, but it seems that I can't this running. Here's my [code](https://github.com/skawaguchi/karma-jspm-test). Any help would be appreciated.
-
Interested in adding this? Thinking a QUnit style "refresh and read it" to start with, but this could be extended to drive Karma or a custom reporter to gather those stats back in the console.
-
Directory structure:
```
/
|---app
| \---myapp.js
|---jspm-packages
|---spec
| \---myapp-spec.js
|---config.js
\---karma.conf.js
```
In `karma.conf.js`:
```
jspm: {
loadFiles: [ 'spec/**/…
-
From your index.html I assume you had trouble making it run from the command line, right? Is this impossible? What is missing to make that work so that running `mocha` would be enough?
-
Hi,
We pretty much did the same in our project using jspm and babel and karma,
but with mocha chai and sinon .
why using jasmine?
-
If you follow the instructions here to add Redirect into app.js for Authentication handling in the Router, the unit tests fail.
http://aurelia.io/docs.html#customizing-the-navigation-pipeline
Added …
-
###### Build system
- [x] New build system based on https://github.com/Esri/esri-leaflet/tree/es6 + Esparanto
- [x] New system for custom builds based on https://github.com/rollup/rollup
- [x] Move to…
-
Hi, after upgrading to iojs-v3.0.0 I receive the below error when running yo aurelia-ts.
any ideas how to solve this?
Gerald
events.js:141
throw er; // Unhandled 'error' event
^
Error: s…
-
How to write a jspm package using jspm and then publish to npm?
-
I'm evaluating wallabyjs for our company. Trying to run wallabyjs in vs2013 I'm getting "Mismatched anonymous define" for many if not all of my test files.
Below is my karma.conf and test-main-src, …