Skip to content

Commit ab4aadf

Browse files
authored
chore: Skip documenter snapshots (#71)
1 parent 91fab3b commit ab4aadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/documenter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { expect, test } from "vitest";
55
// @ts-expect-error no types here
66
import apiDocs from "../../lib/components/internal/api-docs/components";
77

8-
test("definition for code-view matches the snapshot", () => {
8+
test.skip("definition for code-view matches the snapshot", () => {
99
const definition = apiDocs["code-view"];
1010
expect(definition).toMatchSnapshot();
1111
});

0 commit comments

Comments
 (0)