Skip to content

Commit

Permalink
Merge pull request #1438 from prshreshtha/patch-1
Browse files Browse the repository at this point in the history
Fix incorrect mocha option in docs
  • Loading branch information
christian-bromann committed Jul 8, 2016
2 parents 6ec013b + 3b33462 commit 92d50dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/getstarted/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@ Similarly for mocha:
mochaOpts: {
ui: 'bdd',
compilers: ['ts:ts-node/register'],
require: ['./test/helpers/common.js']
requires: ['./test/helpers/common.js']
},
```

0 comments on commit 92d50dd

Please sign in to comment.