@magic/test
Version:
simple yet powerful unit testing library
6 lines (5 loc) • 301 B
TypeScript
export function isTestResult(obj: Suite | TestResult): obj is TestResult
export function toMinimalFixed(p: number, fix?: number): number
export function printPercent(p: number): string
export function info(pkg: string, suites: (Suite | undefined | void)[]): boolean
//# sourceMappingURL=info.d.ts.map