1.0.2 • Published 2 years ago

@solidstate/hardhat-test-short-circuit v1.0.2

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

Hardhat Test Short Circuit

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

Installation

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:

yarn run hardhat short-circuit