Skip to content

Commit

Permalink
docs(readme): add missing comma in code example
Browse files Browse the repository at this point in the history
  • Loading branch information
idanen authored and nicojs committed May 3, 2019
1 parent 1c55350 commit 3e15787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mocha-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = function (config) {
// ...
mochaOptions: {
// Optional mocha options
spec: [ 'test/**/*.js' ]
spec: [ 'test/**/*.js' ],
config: 'path/to/mocha/config/.mocharc.json',
package: 'path/to/custom/package/package.json',
opts: 'path/to/custom/mocha.opts',
Expand Down Expand Up @@ -115,4 +115,4 @@ Set mocha's [`asyncOnly` option](https://mochajs.org/#usage)

Default: `undefined`

Set mocha's [`timeout` option](https://mochajs.org/#-t---timeout-ms)
Set mocha's [`timeout` option](https://mochajs.org/#-t---timeout-ms)

0 comments on commit 3e15787

Please sign in to comment.