mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 21:19:01 +01:00 
			
		
		
		
	test(highlightjs): broken import
This commit is contained in:
		
							parent
							
								
									cad6417c4d
								
							
						
					
					
						commit
						c7a4c927c6
					
				@ -1,6 +1,6 @@
 | 
				
			|||||||
import { describe, it } from "vitest";
 | 
					import { describe, it } from "vitest";
 | 
				
			||||||
import definitions from "./syntax_highlighting.js";
 | 
					import definitions from "./syntax_highlighting.js";
 | 
				
			||||||
import hljs from "highlight.js";
 | 
					import hljs from "@highlightjs/cdn-assets/es/core.js";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
describe("Syntax highlighting definitions", () => {
 | 
					describe("Syntax highlighting definitions", () => {
 | 
				
			||||||
    it("every entry is readable", async () => {
 | 
					    it("every entry is readable", async () => {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user