Skip to content

Commit

Permalink
add config for eth gas reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrunic committed Jul 7, 2018
1 parent 0066820 commit 914db2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mocha-smart-contracts-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"reporterEnabled": "spec, mocha-junit-reporter",
"reporterEnabled": "mocha-junit-reporter, eth-gas-reporter",
"mochaJunitReporterReporterOptions": {
"mochaFile": "./test-results/test-contract-results.xml"
},
"reporterOptions": {
"currency": "USD",
"gasPrice": 21
}
}

0 comments on commit 914db2d

Please sign in to comment.