mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	test(client): wrong path to help button
This commit is contained in:
		@@ -25,7 +25,7 @@ describe("Help button", () => {
 | 
				
			|||||||
            ...Object.values(byBookType)
 | 
					            ...Object.values(byBookType)
 | 
				
			||||||
        ].filter((noteId) => noteId) as string[];
 | 
					        ].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 meta: HiddenSubtreeItem[] = JSON.parse(fs.readFileSync(metaPath, "utf-8"));
 | 
				
			||||||
        const allNoteIds = new Set(getNoteIds(meta));
 | 
					        const allNoteIds = new Set(getNoteIds(meta));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user