dexorder
This commit is contained in:
13
lib_openzeppelin_contracts/.solcover.js
Normal file
13
lib_openzeppelin_contracts/.solcover.js
Normal file
@@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
norpc: true,
|
||||
testCommand: 'npm test',
|
||||
compileCommand: 'npm run compile',
|
||||
skipFiles: ['mocks'],
|
||||
providerOptions: {
|
||||
default_balance_ether: '10000000000000000000000000',
|
||||
},
|
||||
mocha: {
|
||||
fgrep: '[skip-on-coverage]',
|
||||
invert: true,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user