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

Commit 1908670

Browse files
az7aruljuliemr
authored andcommitted
docs(mocha): added quotes around mocha
1 parent 8b4edb2 commit 1908670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/using-mocha.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can then use Chai As Promised as such
2727
expect(myElement.getText()).to.eventually.equal('some text');
2828
```
2929

30-
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.
30+
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.
3131

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

0 commit comments

Comments
 (0)