Skip to content

Commit

Permalink
Name the test
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgott committed Nov 18, 2024
1 parent 3c4d8d1 commit 5cf558c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uvu-tests/rehype-hljs-var.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Suite("Ignore VarList in code snippet components", () => {
});
});

Suite("TODO", () => {
Suite.only("Next node as one of several code node children", () => {
const result = transformer({
value: readFileSync(resolve("server/fixtures/hcl-addr-var.mdx"), "utf-8"),
path: "/docs/index.mdx",
Expand Down

0 comments on commit 5cf558c

Please sign in to comment.