UNPKG

console-fail-test

Version:

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

7 lines (4 loc) • 212 B
import { SpyCallArgs } from '../spies/spyTypes.js'; import '../types.js'; declare const formatMethodComplaint: ([methodName, calls]: [keyof Console, SpyCallArgs[]]) => string; export { formatMethodComplaint };