Bladeren bron

Update lockfile (#2412)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
renovate[bot] 4 jaren geleden
bovenliggende
commit
85f50d3e06
3 gewijzigde bestanden met toevoegingen van 131 en 1150 verwijderingen
  1. 4 0
      .solcover.js
  2. 126 1149
      package-lock.json
  3. 1 1
      test/introspection/SupportsInterface.behavior.js

+ 4 - 0
.solcover.js

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

File diff suppressed because it is too large
+ 126 - 1149
package-lock.json


+ 1 - 1
test/introspection/SupportsInterface.behavior.js

@@ -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);
           });
 

Some files were not shown because too many files changed in this diff