@tapjs/node-serialize
Version:
Stream TAP test data as a serialized node:test stream
9 lines • 308 B
TypeScript
import { Base } from '@tapjs/core';
import { Result, TapError } from 'tap-parser';
export declare const resultToError: (result: Result | TapError | {
ok?: boolean;
tapError?: string;
name?: string;
diag?: Result["diag"];
}, test?: Base) => Error;
//# sourceMappingURL=result-to-error.d.ts.map