mirror of
https://github.com/zadam/trilium.git
synced 2025-10-06 13:39:51 +08:00
test(client): wrong path to help button
This commit is contained in:
parent
42ea41b33e
commit
783c99a738
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ describe("Help button", () => {
|
|||
...Object.values(byBookType)
|
||||
].filter((noteId) => noteId) as string[];
|
||||
|
||||
const metaPath = path.resolve(path.join(__dirname, "../../../../server/src/public/app/doc_notes/en/User Guide/!!!meta.json"));
|
||||
const metaPath = path.resolve(path.join(__dirname, "../../../../server/src/assets/doc_notes/en/User Guide/!!!meta.json"));
|
||||
const meta: HiddenSubtreeItem[] = JSON.parse(fs.readFileSync(metaPath, "utf-8"));
|
||||
const allNoteIds = new Set(getNoteIds(meta));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue