Skip to content

Instantly share code, notes, and snippets.

@lcaballero
Created July 23, 2015 21:32
Show Gist options
  • Save lcaballero/ffce608c0ab032e1271d to your computer and use it in GitHub Desktop.
Save lcaballero/ffce608c0ab032e1271d to your computer and use it in GitHub Desktop.
Notes on setting up Karma

Notes about setting up karma

  • the versions between jasmine and karma are kind of wonky. Likely because Jasmine isn't keeping up with the other changes to karma.
  • karma or mocha, or something I was using, doesn't like coffee even though processors by default includes coffee.
  • PHantomJS really sticks to the 30sec timeout even if all the tests have been run.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment