Skip to content

Commit f454329

Browse files
committed
test: skip test added to SketchyTab\SketchyTabs
1 parent 795cdc5 commit f454329

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/unit-tests/sketchy-tab.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# SketchyDiv Component Tests
2+
3+
These are some unit test cases for SketchyTab and SketchyTabs components
4+
5+
## Rendering
6+
7+
- _no tests specified_
8+
9+
## Props
10+
11+
- _no tests specified_
12+
13+
## Events
14+
15+
- _no tests specified_
16+
17+
## Methods
18+
19+
- _no tests specified_
20+
21+
## Slots
22+
23+
- _no tests specified_
24+
25+
## Accessibility
26+
27+
- _no tests specified_
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { describe, it } from "vitest";
2+
3+
describe("SketchyTabs/SketchyTab", () => {
4+
it.skip(' ', () => {
5+
6+
})
7+
})

0 commit comments

Comments
 (0)