This is a simple test to see if Gulp 4.0 can run karma-jspm tests. I have ES6 code being tested by ES6 Jasmine tests. Shouldn't this work?
I'm running on node 0.10.36 and npm 2.8.4.
- Run
npm install
- Run
npm run unit
. We have to run Gulp 4.0 like this since most people have Gulp 3.x installed globally. - You should see Karma run, but it says 0 of 0 tests passed. There should be two tests.
- Delete the node_modules gulp folder
- Run
npm install gulp
- Run
gulp unit
. - You should get the same issue as above.