We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d9d8a commit ee479cdCopy full SHA for ee479cd
src/__tests__/documenter.test.ts
@@ -4,7 +4,7 @@ import { expect, test } from "vitest";
4
5
import { getAllComponents, requireComponentDefinition } from "./utils";
6
7
-test.each<string>(getAllComponents())(`definition for %s matches the snapshot`, (componentName: string) => {
+test.skip.each<string>(getAllComponents())(`definition for %s matches the snapshot`, (componentName: string) => {
8
const definition = requireComponentDefinition(componentName);
9
expect(definition).toMatchSnapshot(componentName);
10
});
0 commit comments