mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
Revert "test(highlightjs): broken import"
This reverts commit c7a4c927c665b669127fc7f6066e612b162aa5ff.
This commit is contained in:
parent
17187e2de1
commit
9ec08fd63f
@ -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 "@highlightjs/cdn-assets/es/core.js";
|
import hljs from "highlight.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