Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 16, 2018
1 parent c3bfc58 commit a71f4f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/index.md
Expand Up @@ -157,7 +157,7 @@ it('double done', function(done) {

Running the above test will give you the below error message:

```
```sh
$ ./node_modules/.bin/mocha mocha.test.js


Expand All @@ -176,7 +176,6 @@ $ ./node_modules/.bin/mocha mocha.test.js
at bootstrap_node.js:608:3
```


## Assertions

Mocha allows you to use any assertion library you wish. In the above example, we're using Node.js' built-in [assert](https://nodejs.org/api/assert.html) module--but generally, if it throws an `Error`, it will work! This means you can use libraries such as:
Expand Down

0 comments on commit a71f4f0

Please sign in to comment.