Skip to content

Instantly share code, notes, and snippets.

@KidkArolis
Created October 10, 2015 20:50
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KidkArolis/fd5c0da60a5b748d54b2 to your computer and use it in GitHub Desktop.
Save KidkArolis/fd5c0da60a5b748d54b2 to your computer and use it in GitHub Desktop.
karma start --grep examples
# build and run all tests
$ karma start
# build and run only those tests that are in this dir
$ karma start --grep app/modules/sidebar/tests
# build and run only this test file
$ karma start --grep app/modules/sidebar/tests/animation_test.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment