X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=DEVELOP.md;h=8ddf0241b9075b90dcba180a08ecd7e4a09903ed;hb=2a1f00d810b5c4f04b72bc6a393380b858f70909;hp=c8872f054d92fed6d2985c795885c072c1e6d9b5;hpb=341a2d65d9414f01d0f87c0982b1c8ad0971eaa1;p=dygraphs.git diff --git a/DEVELOP.md b/DEVELOP.md index c8872f0..8ddf024 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -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) in `auto_tests/karma.conf.js`, 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.