mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix(test): code block path not working when running tests
This commit is contained in:
		| @@ -50,7 +50,7 @@ export function getStylesDirectory() { | ||||
|     } else if (!isDev) { | ||||
|         return "node_modules/@highlightjs/cdn-assets/styles"; | ||||
|     } else { | ||||
|         return "../node_modules/@highlightjs/cdn-assets/styles"; | ||||
|         return join(__dirname, "../../node_modules/@highlightjs/cdn-assets/styles"); | ||||
|     } | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user