UNPKG

@tapjs/node-serialize

Version:

Stream TAP test data as a serialized node:test stream

6 lines 223 B
import { testNestedLocation } from './test-nested-location.js'; export const testMessageData = (t) => { const { name } = t; return { name, ...testNestedLocation(t) }; }; //# sourceMappingURL=test-message-data.js.map