Skip to content

Commit

Permalink
fix: diff to true in mocha conf
Browse files Browse the repository at this point in the history
  • Loading branch information
trunekm committed May 26, 2021
1 parent 2bd3d0a commit ff28aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/e2e/.mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
//'check-leaks': false,
color: true,
//delay: false,
//diff: true,
diff: true,
exit: true, // could be expressed as "'no-exit': true"
//extension: ['js'],
// fgrep: something, // fgrep and grep are mutually exclusive
Expand Down

0 comments on commit ff28aa4

Please sign in to comment.