@tapjs/core
Version:
pluggable core of node-tap
12 lines • 304 B
TypeScript
import { Result } from 'tap-parser';
/**
* List of {@link tap-parser!result.Result} objects corresponding to test
* points encountered in a TAP stream.
*/
export declare class Lists {
fail: Result[];
todo: Result[];
skip: Result[];
pass: Result[];
}
//# sourceMappingURL=lists.d.ts.map