UNPKG

@tapjs/reporter

Version:

Pretty test output reporters for tap

9 lines 322 B
import type { Base } from '@tapjs/core'; import type { Result } from 'tap-parser'; /** * Given a parser result, and the test it belongs to, * find the proper fullname including the test name, but * only once. */ export declare const assertName: (r: Result, t: Base) => string; //# sourceMappingURL=assert-name.d.ts.map