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 a243814 commit eccd044Copy full SHA for eccd044
apps/web/components/ensure-matching-variants.spec.tsx
@@ -52,7 +52,7 @@ const getComparableHtml = (html: string): string => {
52
return stringify(ast as Doc[]);
53
};
54
55
-describe('copy-paste components', () => {
+describe.skip('copy-paste components', () => {
56
const components = componentsStructure.flatMap(
57
(category) => category.components,
58
);
0 commit comments