ethereum-waffle

v2.0.9
Sweeter, faster and simpler than truffle.

prepublishOnly

yarn clean && yarn build

test:buildonly

ts-node script/buildTestContracts

test:nobuild

export NODE_ENV=test && mocha -r ts-node/register --timeout 50000 --no-warnings "test/**/*.{js,ts}"

test

yarn test:buildonly && yarn test:nobuild

lint

tslint "lib/**/*.ts" "test/**/*.ts"

build

tsc -p tsconfig.build.json

clean

rimraf ./dist ./test/compiler/build ./test/example/build ./test/matchers/build

Metadata

  • MIT
  • >=10.0
  • Marek Kirejczyk
  • released 4/4/2019

Downloads

Maintainers