aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorton Fox <[email protected]>2017-09-27 13:21:14 -0400
committerNick Merwin <[email protected]>2017-09-27 10:21:14 -0700
commiteb1b72377eafcceb4a0fc6e4bec78338f15eea00 (patch)
treed740f3647935cea9a6eaab6a632850bc31da0208
parentb9032a18bd8d7fba7eaa0924a77e810ec4d0935a (diff)
downloadnode-coveralls-eb1b72377eafcceb4a0fc6e4bec78338f15eea00.tar.xz
node-coveralls-eb1b72377eafcceb4a0fc6e4bec78338f15eea00.zip
Update Mocha link (#169)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 567caf4..1023434 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ For detailed instructions on requiring instrumented code, running on Travis and
### [Poncho](https://github.com/deepsweet/poncho)
Client-side JS code coverage using [PhantomJS](https://github.com/ariya/phantomjs), [Mocha](http://mochajs.org/) and [Blanket](https://github.com/alex-seville/blanket):
-- [Configure](http://visionmedia.github.io/mocha/#browser-support) Mocha for browser
+- [Configure](http://mochajs.org/#running-mocha-in-the-browser) Mocha for browser
- [Mark](https://github.com/deepsweet/poncho#usage) target script(s) with `data-cover` html-attribute
- Run your tests with a command like this: