Fix errors/warnings in tests/*.html
[dygraphs.git] / DEVELOP.md
index 71bf785..8ddf024 100644 (file)
@@ -16,9 +16,9 @@ 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) and set `singleRun` to `false` in `auto_tests/karma.conf.js`. Then run
+To iterate on a unit test, change `it` to `it.only` in the Mocha test. Then run
 
-    ./node_modules/karma/bin/karma start auto_tests/karma.conf.js
+    ./node_modules/karma/bin/karma start auto_tests/chrome.karma.conf.js
 
 and hit "DEBUG" in the Karma UI.