Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #59 from poanetwork/issue-#51
Browse files Browse the repository at this point in the history
Tests for PoBA smart contract (first round)
  • Loading branch information
Franco Victorio authored Jul 25, 2018
2 parents b044723 + 69fa8b2 commit a78e1bd
Show file tree
Hide file tree
Showing 4 changed files with 3,749 additions and 2,023 deletions.
5 changes: 5 additions & 0 deletions blockchain/.solcover.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
testrpcOptions: '-p 8555 --mnemonic "gauge pilot return sauce iron woman reason ridge across kangaroo sorry ritual"',
compileCommand: '../node_modules/.bin/truffle compile',
testCommand: '../node_modules/.bin/truffle test --network coverage'
};
Loading

0 comments on commit a78e1bd

Please sign in to comment.