Skip to content

skawaguchi/karma-jspm-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Karma JSPM Test

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.

Running with Gulp 4.0

  1. Run npm install
  2. Run npm run unit. We have to run Gulp 4.0 like this since most people have Gulp 3.x installed globally.
  3. You should see Karma run, but it says 0 of 0 tests passed. There should be two tests.

Running with Gulp 3.x

  1. Delete the node_modules gulp folder
  2. Run npm install gulp
  3. Run gulp unit.
  4. You should get the same issue as above.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published