Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
siefkenj committed Sep 8, 2023
1 parent 975884b commit 8bf7d31
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Prettier from "prettier/standalone";
import { Plugin } from "prettier";
import { prettierPluginLatex } from "../../unified-latex-prettier";
import { strToNodes } from "../../test-common";
import { parsePgfkeys } from "../libs/pgfkeys-parser";
Expand All @@ -11,7 +12,7 @@ const formatter = (x: string) =>
printWidth: 30,
useTabs: true,
parser: "latex-parser",
plugins: [prettierPluginLatex],
plugins: [prettierPluginLatex as Plugin],
});

describe("unified-latex-util-pgfkeys", () => {
Expand Down

0 comments on commit 8bf7d31

Please sign in to comment.