Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Martín Alconada Verzini committed Nov 29, 2017
1 parent bd25073 commit a52fb7d
Show file tree
Hide file tree
Showing 3 changed files with 474 additions and 472 deletions.
2 changes: 1 addition & 1 deletion .solcover.js
@@ -1,7 +1,7 @@
module.exports = {
port: 8555,
norpc: true,
testCommand: 'GEN_TESTS_TIMEOUT=400 GEN_TESTS_QTY=40 truffle test --network coverage test/QiibeeToken.js test/QiibeeCrowdsale.js test/QiibeePresale.js test/WhitelistedCrowdsale.js test/QiibeePresaleGenTest.js test/QiibeeCrowdsaleGenTest.js',
testCommand: 'GEN_TESTS_TIMEOUT=400 GEN_TESTS_QTY=40 truffle test --network coverage test/QiibeeCrowdsale.js test/QiibeePresale.js test/QiibeeToken.js test/WhitelistedCrowdsale.js test/QiibeePresaleGenTest.js test/QiibeeCrowdsaleGenTest.js',
copyNodeModules: true,
skipFiles: [
'test-helpers/Message.sol',
Expand Down

0 comments on commit a52fb7d

Please sign in to comment.