MCPcopy Index your code
hub / github.com/changesets/changesets / Fixture

Interface Fixture

scripts/test-utils/src/index.ts:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90let f = fixturez(__dirname);
91
92export interface Fixture extends Record<string, string> {}
93
94export async function testdir(dir: Fixture) {
95 const temp = f.temp();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected