UNPKG

@g4g/eth-gas-reporter

Version:

Mocha reporter which shows gas used per unit test.

6 lines (4 loc) 127 B
var Migrations = artifacts.require('./Migrations.sol') module.exports = function (deployer) { deployer.deploy(Migrations) }