We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419c168 commit 0728073Copy full SHA for 0728073
packages/rehype-penrose/test/index.test.ts
@@ -11,7 +11,7 @@ import { resolve } from "node:path";
11
12
const shared = resolve(fileURLToPath(import.meta.url), `../shared`);
13
14
-it("renders diagram", async () => {
+it.skip("renders diagram", async () => {
15
const file = await unified()
16
.use(remarkParse)
17
.use(remarkRehype)
0 commit comments