소스 검색

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.