@openzeppelin/test-environment

v0.1.0-rc.1
One-line setup for an awesome testing experience.
smart-contracts solidity ethereum test javascript web3 test

compile

rm -rf lib && tsc

prepare

npm run compile

test:integration

npm run compile && cd test-integration && ./run-all.sh

test:unit

npx jest --verbose

test

npm run test:unit && npm run test:integration

watch

tsc -w
npm i @openzeppelin/[email protected]

Metadata

  • MIT
  • Whatever
  • Francisco Giordano
  • released 11/20/2019

Downloads