@solidstate/hardhat-test-short-circuit
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Hardhat Test Short Circuit

Stop Hardhat test execution on demand and print output from completed tests.

Installation

npm install --save-dev @solidstate/hardhat-test-short-circuit
# or
yarn add --dev @solidstate/hardhat-test-short-circuit

Usage

Load plugin in Hardhat config:

require('@solidstate/hardhat-test-short-circuit');

Run the included Hardhat task while tests are running to skip all pending tests:

npx hardhat short-circuit 
# or
yarn run hardhat short-circuit

Development

Install dependencies via Yarn:

yarn install

Setup Husky to format code on commit:

yarn prepare

Package Sidebar

Install

npm i @solidstate/hardhat-test-short-circuit

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

7.66 kB

Total Files

25

Last publish

Collaborators

  • itsnickbarry