Skip to content

Instantly share code, notes, and snippets.

@victormejia
Last active August 29, 2015 14:07
Show Gist options
  • Save victormejia/687ede65fb309cf5fbba to your computer and use it in GitHub Desktop.
Save victormejia/687ede65fb309cf5fbba to your computer and use it in GitHub Desktop.

Set up (assuming you have Node and NPM installed)

npm install -g karma
npm install -g karma-cli

If you get any MS build errors, set the msvs version, and run again:

npm config set msvs_version 2013 --global

Setting up new project

In you directory, do:

karma init

and go through the setup. You can choose autowatch: false since we will be running stuff in WebStorm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment