UNPKG

console-fail-test

Version:

Gently fails test runs if the console was used during them. 📢

8 lines (5 loc) • 279 B
import { TestComplaint } from '../environments/testEnvironmentTypes.js'; import { SpyCallArgs } from '../spies/spyTypes.js'; import '../types.js'; declare const createComplaint: (methodsWithCalls: [keyof Console, SpyCallArgs[]][]) => TestComplaint; export { createComplaint };