Skip to content

Token Wizard 2.0 tests

Victor Baranov edited this page Sep 21, 2018 · 1 revision

Token wizard tests contain smart contracts unit tests, React unit tests and e2e tests of DApp

Run npm run test:dapp to launch React unit tests on launched TW 2.0

Run npm test to launch smart contracts unit tests together with e2e tests

Smart contracts tests

Token wizard 2.0 smart contracts unit tests are written in javascript with Truffle framework. Tests (and smart contracts) are located here. Contracts are deploying in ganache-cli with the script. Travis CI is configured and executed on every pull request.

Clone this wiki locally