Node v8 or higher
npm install
-
To run all tests:
npm test
-
To enable verbose mode:
npm test --v
ORnpm test --verbose
-
To run a specific test:
npm test -- test/QiibeePresale.js
There are also two environment variables (GEN_TESTS_QTY
and GEN_TESTS_TIMEOUT
) that regulate the duration/depth of the property-based tests, so for example:
GEN_TESTS_QTY=50 GEN_TESTS_TIMEOUT=300 npm test
will make the property-based tests in test/QiibeePresaleGenTest.js
to run 50 examples in a maximum of 5 minutes
Coverage has been disable because of conflicts with the different solidity versions of the contracts.
qiibee Token is open source and distributed under the Apache License v2.0