Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 80a446b

Browse files
Update c-input.cy.tsx
1 parent 305b7a2 commit 80a446b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/c-input/tests/c-input.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { h, Fragment, defineComponent, ref } from "vue"
44
import * as Examples from "../examples"
55

66
// TODO: Add more input group related tests
7-
describe("Input Examples", () => {
7+
describe.skip("Input Examples", () => {
88
Object.entries(Examples).map(([name, example]) => {
99
it(`renders ${name} successfully`, () => {
1010
// @ts-ignore

0 commit comments

Comments
 (0)