0.2.4 • Published 2 years ago

@dmob/hardhat-test-helpers v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

hardhat-test-helpers

Hardhat testing helpers.

What

This plugin adds a collection of helpers for testing in hardhat.

Installation

npm install @dmob/hardhat-test-helpers

Import the plugin in your hardhat.config.js:

require("@dmob/hardhat-test-helpers");

Or if you are using TypeScript, in your hardhat.config.ts:

import "@dmob/hardhat-test-helpers";

Required plugins

Tasks

This plugin creates no additional tasks.

Environment extensions

This plugin extends the Hardhat Runtime Environment by adding an example field whose type is ExampleHardhatRuntimeEnvironmentField.

Configuration

<A description of each extension to the HardhatConfig or to its fields>

This plugin extends the HardhatUserConfig's ProjectPathsUserConfig object with an optional newPath field.

This is an example of how to set it:

module.exports = {
  paths: {
    newPath: "new-path"
  }
};

Usage

<A description of how to use this plugin. How to use the tasks if there are any, etc.>

There are no additional steps you need to take for this plugin to work.

Install it and access ethers through the Hardhat Runtime Environment anywhere you need it (tasks, scripts, tests, etc).

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago