- My first check is for the inherited OpenZeppelin ownable contract
- I created const values for the 10 accounts in my Ganache blockchain
- I check my functions with the 3 espect (normal event revert)
- the WorkflowStatus had to be changed all along the tests
- for the last test (tally), I made 3 propositions (red, green and blue)
# if not installed
npm install -g truffle
#then
npm install
truffle test test/voting.test.js --network development
truffle test test/voting.test.js --network ropsten