Skip to content

Commit 7fd70ce

Browse files
committed
chore: Disable documenter snapshot tests
1 parent 3461cd4 commit 7fd70ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/snapshot-tests/documenter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-License-Identifier: Apache-2.0
33
import { getAllComponents, requireComponentDefinition } from '../utils';
44

5-
describe('Documenter', () => {
5+
describe.skip('Documenter', () => {
66
test.each<string>(getAllComponents())(`definition for %s matches the snapshot`, (componentName: string) => {
77
const definition = requireComponentDefinition(componentName);
88
expect(definition).toMatchSnapshot(componentName);

0 commit comments

Comments
 (0)