From 3b083bd527ffb34cd7242e3a1198c98bfbb8401d Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Sat, 28 Mar 2015 23:15:39 -0400 Subject: [PATCH] flesh out karma docs --- DEVELOP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4