smart-contract/mocha-smart-contracts-config.json

10 lines
256 B
JSON
Raw Normal View History

2019-03-11 12:30:45 +00:00
{
"reporterEnabled": "mocha-junit-reporter, eth-gas-reporter",
"mochaJunitReporterReporterOptions": {
"mochaFile": "./test-results/test-contract-results.xml"
},
"reporterOptions": {
"currency": "USD",
"gasPrice": 21
}
}