Skip to content

Commit 54cb8ce

Browse files
committed
test: test docs and vitest setup completed
1 parent 333e68a commit 54cb8ce

File tree

8 files changed

+8974
-399
lines changed

8 files changed

+8974
-399
lines changed

docs/unit-tests/sketchy-div.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# SketchyDiv Component Tests
2+
These are some unit test cases for SketchyDiv component
3+
4+
## Rendering
5+
- div and convas dimensions matches
6+
7+
8+
## Props
9+
- classes passed to it are part of the container div
10+
11+
## Events
12+
- emit `click` event when clicked
13+
14+
## Methods
15+
- *no tests specified*
16+
17+
## Slots
18+
- render a div in the dom
19+
- contain the text passed to it
20+
- contain the element passed to it
21+
22+
## Accessibility
23+
- *no tests specified*

0 commit comments

Comments
 (0)