Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 327 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 327 Bytes

truffle-test-boilerplate

Test

  • Run npm run test:ganache in order to get the environment run.
  • Run npm run test:contracts to run tests.
  • Run npm run test:contracts:coverage to run test coverage.

Notes

  • Each it clause should test one isolated functionality.
  • Use utils or zeppelin utils whenever possible.