From: Dan Vanderkam Date: Sun, 29 Mar 2015 03:15:39 +0000 (-0400) Subject: flesh out karma docs X-Git-Tag: v2.0.0~66^2~1 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=3b083bd527ffb34cd7242e3a1198c98bfbb8401d;p=dygraphs.git flesh out karma docs --- diff --git a/DEVELOP.md b/DEVELOP.md index c8872f0..71bf785 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -16,7 +16,7 @@ To run the tests, run: To iterate on the code, open `tests/demo.html` (or one of the other demos) in your browser. -To iterate on a unit test, change `it` to `it.only` in the Mocha test, change the browser from `PhantomJS` to `Chrome` (or whatever you like) in `auto_tests/karma.conf.js`, run +To iterate on a unit test, change `it` to `it.only` in the Mocha test, change the browser from `PhantomJS` to `Chrome` (or whatever you like) and set `singleRun` to `false` in `auto_tests/karma.conf.js`. Then run ./node_modules/karma/bin/karma start auto_tests/karma.conf.js