MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / createTestFile

Function createTestFile

tests/__mocks__/obsidian.ts:1192–1194  ·  view source on GitHub ↗
(path: string, content: string)

Source from the content-addressed store, hash-verified

1190
1191// Helper to create test files
1192export function createTestFile(path: string, content: string) {
1193 return mockFileSystem.create(path, content);
1194}
1195
1196// Helper to get test files
1197export function getTestFiles() {

Callers

nothing calls this directly

Calls 1

createMethod · 0.65

Tested by

no test coverage detected