hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
8 lines (6 loc) • 382 B
text/typescript
/* eslint-disable-next-line @typescript-eslint/no-empty-interface -- Empty
interface allow plugins to extend the Test user configuration for Hardhat. */
export interface HardhatTestUserConfig {}
/* eslint-disable-next-line @typescript-eslint/no-empty-interface -- Empty
interface allow plugins to extend the Test configuration for Hardhat. */
export interface HardhatTestConfig {}