Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
docs(mocha): added quotes around mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
az7arul authored and juliemr committed Mar 11, 2014
1 parent 8b4edb2 commit 1908670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using-mocha.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can then use Chai As Promised as such
expect(myElement.getText()).to.eventually.equal('some text');
```

Finally, set the 'framework' property of the config to 'mocha', either by adding `framework: mocha` to the config file or adding `--framework=mocha` to the command line.
Finally, set the 'framework' property of the config to 'mocha', either by adding `framework: 'mocha'` to the config file or adding `--framework=mocha` to the command line.

Options for mocha such as 'reporter', 'slow', can be given in config file with `mochaOpts` :

Expand Down

0 comments on commit 1908670

Please sign in to comment.