UNPKG

console-fail-test

Version:

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

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