Update lockfile (#2412)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
This commit is contained in:
renovate[bot]
2020-11-24 17:06:01 -03:00
committed by GitHub
parent e12cb97e16
commit 85f50d3e06
3 changed files with 200 additions and 1636 deletions

View File

@@ -8,4 +8,8 @@ module.exports = {
providerOptions: {
default_balance_ether: '10000000000000000000000000',
},
mocha: {
fgrep: '[skip-on-coverage]',
invert: true,
},
}

1830
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -61,7 +61,7 @@ function shouldSupportInterfaces (interfaces = []) {
const interfaceId = INTERFACE_IDS[k];
describe(k, function () {
describe('ERC165\'s supportsInterface(bytes4)', function () {
it('uses less than 30k gas', async function () {
it('uses less than 30k gas [skip-on-coverage]', async function () {
expect(await this.contractUnderTest.supportsInterface.estimateGas(interfaceId)).to.be.lte(30000);
});