Created
October 10, 2015 20:50
-
-
Save KidkArolis/fd5c0da60a5b748d54b2 to your computer and use it in GitHub Desktop.
karma start --grep examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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