Fix failing tests

This commit is contained in:
Simon Clement 2025-03-30 12:58:47 +03:00
parent 8784c8c1be
commit 509c19300b

View file

@ -101,7 +101,7 @@ class FakeInterop implements IObsidianInterop {
throw new Error("Method not implemented.")
}
get quickAddIsEnabled(): boolean {
throw new Error("Method not implemented.")
return false
}
getQuickAddTemplatesPath(): string {
throw new Error("Method not implemented.")