UNPKG

console-fail-test

Version:

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

7 lines (4 loc) • 188 B
import { SpyFactory } from './spyTypes.cjs'; import { CftRequest } from '../types.cjs'; declare const selectSpyFactory: (request: CftRequest) => SpyFactory; export { selectSpyFactory };