New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@gluwa/hardhat-test-helper

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gluwa/hardhat-test-helper

Collection of useful test helper function for hardhat tests.

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
5
Created
Source

license npm version

@gluwa/hardhat-test-helper


__                  __ __           __          __                __                 __   __ __ __ __         
|  |--.---.-.----.--|  |  |--.---.-.|  |_ ______|  |_.-----.-----.|  |_ ______.--.--.|  |_|__|  |__|  |_.--.--.
|     |  _  |   _|  _  |     |  _  ||   _|______|   _|  -__|__ --||   _|______|  |  ||   _|  |  |  |   _|  |  |
|__|__|___._|__| |_____|__|__|___._||____|      |____|_____|_____||____|      |_____||____|__|__|__|____|___  |
                                                                                                        |_____|
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.

Keywords

hardhat

FAQs

Package last updated on 17 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts