Jelajahi Sumber

Remove commented out config

maurelian 6 tahun lalu
induk
melakukan
389400e31b
1 mengubah file dengan 0 tambahan dan 7 penghapusan
  1. 0 7
      .solcover.js

+ 0 - 7
.solcover.js

@@ -1,11 +1,4 @@
 module.exports = {
     compileCommand: '../node_modules/.bin/truffle compile',
     testCommand: '../node_modules/.bin/truffle test --network coverage',
-    // port: 6545,
-    // testrpcOptions: '-p 6545 -u 0x54fd80d6ae7584d8e9a19fe1df43f04e5282cc43',
-    // testCommand: 'mocha --timeout 5000',
-    // norpc: true,
-    // dir: './secretDirectory',
-    // copyPackages: ['zeppelin-solidity'],
-    // skipFiles: ['Routers/EtherRouter.sol']
 };