fix: shut up vitest

This commit is contained in:
Aarnav Tale
2025-11-20 18:16:53 -05:00
parent 3d9b6370bf
commit cc533f1b72
+1
View File
@@ -9,6 +9,7 @@ export function clearFakeFiles() {
fakeFs.clear();
}
// @ts-expect-error: I have no clue why vitest's types are wrong here
vi.mock(import('node:fs/promises'), async (importOrig) => {
const orig = await importOrig();
return {