(name: string)
| 1 | import { readFileSync } from "fs"; |
| 2 | |
| 3 | export const readBufferFixture = (name: string) => readFileSync(`${__dirname}/../fixtures/${name}`); |
| 4 | export const readFixture = (name: string) => readBufferFixture(name).toString("utf8"); |
no outgoing calls
no test coverage detected
searching dependent graphs…