Skip to content

Commit

Permalink
Use https for mochajs links.
Browse files Browse the repository at this point in the history
  • Loading branch information
rillian committed Aug 16, 2016
1 parent a008f08 commit 70189e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,15 +415,15 @@ to run the whole test suite or set of tests.

####Tests####

Tests are written and run using [Mocha](http://mochajs.org/) on node.js.
Tests are written and run using [Mocha](https://mochajs.org/) on node.js.

To run all the tests, do the following:

```bash
$ npm test
```

If you want to run individual tests, you can install the [Mocha](http://mochajs.org/) command-line
If you want to run individual tests, you can install the [Mocha](https://mochajs.org/) command-line
tool globally, and then run tests per-directory:

```bash
Expand All @@ -432,7 +432,7 @@ $ cd tests/some/sub/dir
$ mocha --reporter spec --timeout 200000
```

See the [usage docs](http://mochajs.org/#usage) for further usage info.
See the [usage docs](https://mochajs.org/#usage) for further usage info.

###Writing Tests###

Expand Down

0 comments on commit 70189e5

Please sign in to comment.