Skip to content

Commit

Permalink
Merge pull request #1 from mortonfox/patch-1
Browse files Browse the repository at this point in the history
Update Mocha link
  • Loading branch information
Planeshifter committed Jul 27, 2017
2 parents b3611f0 + 692f18b commit 5042a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -72,7 +72,7 @@ If the input `array` is not sorted in __ascending__ order, the function is `O( N

### Unit

Unit tests use the [Mocha](http://visionmedia.github.io/mocha) test framework with [Chai](http://chaijs.com) assertions. To run the tests, execute the following command in the top-level application directory:
Unit tests use the [Mocha](http://mochajs.org/) test framework with [Chai](http://chaijs.com) assertions. To run the tests, execute the following command in the top-level application directory:

``` bash
$ make test
Expand Down

0 comments on commit 5042a68

Please sign in to comment.