@openzeppelin/test-environment

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

compile

rm -rf lib && tsc

docs

oz-docs -c docs

docs:watch

npm run docs watch

prepare

npm run compile

test:integration

node scripts/run-integration-test.js

test:unit

jest --verbose

test

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

watch

tsc -w

lint

yarn lint:check --fix

lint:check

npx eslint 'src/**/*.{js,ts}' --quiet
npm i @openzeppelin/[email protected]

Metadata

  • MIT
  • Whatever
  • Francisco Giordano
  • released 11/25/2020

Downloads