Skip to content

Commit

Permalink
Restore mocha reporter default option
Browse files Browse the repository at this point in the history
  • Loading branch information
elenadimitrova committed May 20, 2019
1 parent f7e531e commit d0fcea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
}
},
mocha: {
reporter: "eth-gas-reporter",
reporter: "mocha-circleci-reporter",
reporterOptions: {
currency: "USD",
gasPrice: 5,
Expand Down

0 comments on commit d0fcea4

Please sign in to comment.