Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
90
let
f = fixturez(__dirname);
91
92
export
interface
Fixture extends Record<string, string> {}
93
94
export
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