UNPKG

@ethaks/fvtt-quench

Version:

Types for a Foundry VTT module enabling tests using Mocha and Chai

8 lines (7 loc) 261 B
import type { Quench } from "../quench"; /** * Registers all example tests, which also serves as a quick self-test. * * @param quench - the quench instance the tests are registered with */ export declare function registerExampleTests(quench: Quench): void;