Skip to content

Commit

Permalink
docs(writing-a-plugin): update mocha and should.js links
Browse files Browse the repository at this point in the history
  • Loading branch information
lisposter committed May 10, 2015
1 parent cbd6963 commit f73250d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing-a-plugin/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Tooling

Most plugins use [mocha](https://github.com/visionmedia/mocha),[should](https://github.com/visionmedia/should.js) and [event-stream](https://github.com/dominictarr/event-stream) to help them test. The following examples will use these tools.
Most plugins use [mocha](https://github.com/mochajs/mocha),[should](https://github.com/shouldjs/should.js) and [event-stream](https://github.com/dominictarr/event-stream) to help them test. The following examples will use these tools.


## Testing plugins for streaming mode
Expand Down

0 comments on commit f73250d

Please sign in to comment.