We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af655c commit 616cf13Copy full SHA for 616cf13
src/app/test/mocks/host.ts
@@ -37,7 +37,7 @@ export const createMockHost = (): StudioHost => ({
37
const id = fsPathToId(fsPath, 'document')
38
const document = createMockDocument(id, { body: { type: 'minimark', value: [content?.trim() || 'Test content'] }, fsPath })
39
documentDb.set(id, document)
40
- return documentx
+ return document
41
}),
42
upsert: vi.fn().mockImplementation(async (fsPath: string, document: DatabaseItem) => {
43
0 commit comments