0.0.3 • Published 9 months ago

@gluwa/hardhat-test-helper v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

license npm version

@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/

Don't hesitate to contribute to this project.

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

10 months ago