InstaContract/mocha-smart-contracts-config.json
2018-10-23 13:22:31 +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
}
}