UNPKG

@tapjs/node-serialize

Version:

Stream TAP test data as a serialized node:test stream

10 lines 413 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.testNestedLocation = void 0; const loc_from_callsite_js_1 = require("./loc-from-callsite.js"); const testNestedLocation = (t) => ({ ...(0, loc_from_callsite_js_1.locFromCallSite)(t.options.at), nesting: t.nestingLevel, }); exports.testNestedLocation = testNestedLocation; //# sourceMappingURL=test-nested-location.js.map