Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module only breaks its related tests. This allows you to develop with
more confidence and track down issues faster.

### Tools that go well with Isolate
* [mocha](http://visionmedia.github.com/mocha/) as a testing framework
* [mocha](https://mochajs.org/) as a testing framework
* [chai](http://chaijs.com/) as an expectations framework

### Examples
Expand Down Expand Up @@ -109,7 +109,7 @@ projects, you may be able to configure Isolate "just in time", right in
your spec file - though it is much more maintainable to instead
configure it during the bootstrap phase of running your specs.

For instance, if you are using [mocha](http://visionmedia.github.com/mocha/),
For instance, if you are using [mocha](https://mochajs.org/),
you could put your isolate configuration in `test/configure-isolate.js` and
add something like the following to your `test/mocha.opts` file:

Expand Down