Fix tests

This commit is contained in:
Andras Schmelczer 2025-10-19 19:57:52 +01:00
parent b8e862cb67
commit 5956840217
2 changed files with 1 additions and 3 deletions

View file

@ -32,7 +32,7 @@ class FakeFileSystemOperations implements FileSystemOperations {
public async listFilesRecursively(
_root: RelativePath | undefined
): Promise<RelativePath[]> {
throw new Error("Method not implemented.");
return ["file.md"];
}
public async read(_path: RelativePath): Promise<Uint8Array> {
throw new Error("Method not implemented.");