hardhat-test-helper
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

license npm version

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

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/

Don't hesitate to contribute to this project.

Package Sidebar

Install

npm i hardhat-test-helper

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

109 kB

Total Files

115

Last publish

Collaborators

  • marcaurelebesner