hardhat-test-helper-tmp
v0.0.1
Published
Collection of useful test helper function for hardhat tests.
Downloads
2
Maintainers
Readme
@gluwa/hardhat-test-helper
__ __ __ __ __ __ __ __ __ __ __
| |--.---.-.----.--| | |--.---.-.| |_ ______| |_.-----.-----.| |_ ______.--.--.| |_|__| |__| |_.--.--.
| | _ | _| _ | | _ || _|______| _| -__|__ --|| _|______| | || _| | | | _| | |
|__|__|___._|__| |_____|__|__|___._||____| |____|_____|_____||____| |_____||____|__|__|__|____|___ |
|_____|
Install hardhat-test-utility with npm link
git clone <this repo>
cd hardhat-test-utility
npm install
npm link
cd <your project>
npm link hardhat-test-utility
Directories
Import in your hardhat.config.js or hardhat.config.ts
Use hardhat-test-utility
import { testUtility } from 'hardhat'
or
const { testUtility } = require('hardhat')
Directory Tree
@gluwa/hardhat-test-helper/
│ .prettierrc
│ CONTRIBUTING.md
│ LICENSE
│ package.json
│ README.md
│ tsconfig.json
│ tslint.json
└─── src/
│ index.ts
│ README.md
│ TestUtility.ts
│ type-extensions.ts
└─── utils/