UNPKG

console-fail-test

Version:

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

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