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

Commit 0debf30

Browse files
committed
feat: all tests now passing
1 parent 89c1904 commit 0debf30

File tree

19 files changed

+163
-876
lines changed

19 files changed

+163
-876
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
"pkgs:check": "manypkg check",
4646
"pkgs:fix": "manypkg fix",
4747
"size": "echo `TODO: Analyze build sizes`",
48-
"analyze": "size-limit --why"
48+
"analyze": "size-limit --why",
49+
"vitest": "vitest",
50+
"coverage": "vitest run --coverage"
4951
},
5052
"license": "MIT",
5153
"private": true,
@@ -166,7 +168,7 @@
166168
"vite-plugin-vue-layouts": "^0.5.0",
167169
"vite-ssg": "^0.17.2",
168170
"vitepress": "^0.20.9",
169-
"vitest": "^0.2.5",
171+
"vitest": "^0.18.0",
170172
"vue": "^3.2.29",
171173
"vue-jest": "^5.0.0-alpha.7",
172174
"vue-prism-editor": "^2.0.0-alpha.2",
@@ -178,5 +180,8 @@
178180
"packages/*",
179181
"tooling/*"
180182
]
183+
},
184+
"devDependencies": {
185+
"happy-dom": "^6.0.3"
181186
}
182187
}

packages/anatomy/tests/__snapshots__/vue-anatomy.test.ts.snap

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/c-close-button/tests/__snapshots__/c-close-button.test.ts.snap

Lines changed: 0 additions & 24 deletions
This file was deleted.

packages/c-code/tests/__snapshots__/c-code.test.ts.snap

Lines changed: 0 additions & 31 deletions
This file was deleted.

packages/c-color-mode/tests/__snapshots__/c-color-mode.test.ts.snap

Lines changed: 0 additions & 18 deletions
This file was deleted.

packages/c-focus-lock/tests/__snapshots__/c-focus-lock.test.ts.snap

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/c-icon/tests/__snapshots__/c-icon.test.ts.snap

Lines changed: 0 additions & 62 deletions
This file was deleted.

packages/c-input/tests/__snapshots__/c-input.test.tsx.snap

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/c-modal/tests/__snapshots__/modal.test.ts.snap

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/c-motion/tests/__snapshots__/c-motion.test.ts.snap

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)