UNPKG

console-fail-test

Version:

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

7 lines (4 loc) • 176 B
import { SpyCallArgs } from '../spies/spyTypes.cjs'; import '../types.cjs'; declare const formatComplaintCall: (call: SpyCallArgs) => string; export { formatComplaintCall };