MCPcopy
hub / github.com/mgcrea/node-xlsx / readFixture

Function readFixture

test/utils/index.ts:4–4  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

2
3export const readBufferFixture = (name: string) => readFileSync(`${__dirname}/../fixtures/${name}`);
4export const readFixture = (name: string) => readBufferFixture(name).toString("utf8");

Callers 2

parse.spec.tsFile · 0.90
build.spec.tsFile · 0.90

Calls 1

readBufferFixtureFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…