Skip to content

Commit

Permalink
adapt examples of config files
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Aug 26, 2019
1 parent 56e99e9 commit d69b38c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/config/.mocharc.js
Expand Up @@ -7,7 +7,7 @@
module.exports = {
diff: true,
extension: ['js'],
opts: './test/mocha.opts',
opts: false,
package: './package.json',
reporter: 'spec',
slow: 75,
Expand Down
2 changes: 1 addition & 1 deletion example/config/.mocharc.json
Expand Up @@ -5,7 +5,7 @@
{
"diff": true,
"extension": ["js"],
"opts": "./test/mocha.opts",
"opts": false,
"package": "./package.json",
"reporter": "spec",
"slow": 75,
Expand Down
2 changes: 1 addition & 1 deletion example/config/.mocharc.jsonc
Expand Up @@ -5,7 +5,7 @@
{
"diff": true,
"extension": ["js"],
"opts": "./test/mocha.opts",
"opts": false,
"package": /* 📦 */ "./package.json",
"reporter": /* 📋 */ "spec",
"slow": 75,
Expand Down
2 changes: 1 addition & 1 deletion example/config/.mocharc.yml
Expand Up @@ -28,7 +28,7 @@ ignore:
inline-diffs: false
# needs to be used with grep or fgrep
# invert: false
opts: './test/mocha.opts'
opts: false
recursive: false
reporter: spec
reporter-option:
Expand Down

0 comments on commit d69b38c

Please sign in to comment.