X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=DEVELOP.md;h=71bf785b43af580c1b92c8bae9ed8d4c6330b614;hb=0294d285180b21e7ddc59518eb29d59a91f3049a;hp=c8872f054d92fed6d2985c795885c072c1e6d9b5;hpb=341a2d65d9414f01d0f87c0982b1c8ad0971eaa1;p=dygraphs.git 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