Skip to content

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
- Use fixed dependency versions
- Switch from Jest to Mocha + Chai to be closer to Truffle test setup
- Remove unused tools/deploy_token_genesis.js
- Split off Contract#_ensureStateOneOf from Contract#_ensureState
- Refactor deployment_tool into multiple files
- Add `npm run test:deployment_tool` and hook into travis
- Add README to tools directory, explaining the usage of the deployment tool lib
  • Loading branch information
hobofan committed Dec 19, 2018
1 parent fca1c9f commit c25ec99
Show file tree
Hide file tree
Showing 10 changed files with 955 additions and 4,768 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ before_script:
- npm run compile
script:
- npm run test
- npm run test:deployment_tool
after_script:
- kill $(ps aux | grep 'ganache-cli' | awk '{print $2}')
Loading

0 comments on commit c25ec99

Please sign in to comment.