mirror of
https://github.com/simontc/obsidian-note-autocreation.git
synced 2026-07-22 06:30:28 +00:00
Fix failing tests
This commit is contained in:
parent
8784c8c1be
commit
509c19300b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue