ソースを参照

Update lockfile (#2412)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
renovate[bot] 4 年 前
コミット
85f50d3e06
3 ファイル変更131 行追加1150 行削除
  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,
+    },
 }

ファイルの差分が大きいため隠しています
+ 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);
           });
 

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません