UNPKG

console-fail-test

Version:

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

8 lines (5 loc) • 244 B
import { TestFramework } from './testEnvironmentTypes.cjs'; import { CftRequest } from '../types.cjs'; import '../spies/spyTypes.cjs'; declare const selectTestFramework: (request: CftRequest) => TestFramework; export { selectTestFramework };