mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
10 lines
256 B
JSON
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
|
|
}
|
|
} |