smart-contract/mocha-smart-contracts-config.json
2019-03-11 18:00:45 +05:30

10 lines
256 B
JSON

{
"reporterEnabled": "mocha-junit-reporter, eth-gas-reporter",
"mochaJunitReporterReporterOptions": {
"mochaFile": "./test-results/test-contract-results.xml"
},
"reporterOptions": {
"currency": "USD",
"gasPrice": 21
}
}