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 9b9ef94 commit d2ecef8Copy full SHA for d2ecef8
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
10
// overriding with a fake value so that when there are icon changes in components this test doesn't block it
0 commit comments