Skip to content

Commit

Permalink
feat: vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
AntzyMo committed May 15, 2024
1 parent 4e7500c commit 1f72956
Show file tree
Hide file tree
Showing 37 changed files with 817 additions and 602 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,28 @@
"build": "vite build",
"docs": "pnpm run build && pnpm -C ./docs dev",
"docs:build": "pnpm run build && pnpm -C ./docs build",
"play": "pnpm -C ./playground dev",
"release": "bumpp package.json "
"test": "vitest",
"release": "bumpp package.json"
},
"dependencies": {
"@iconify-json/mingcute": "^1.1.17",
"dayjs": "^1.11.10",
"vue": "^3.4.21"
},
"devDependencies": {
"@antzy/eslint-config": "^3.2.6",
"@types/node": "^20.11.28",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/test-utils": "^2.4.6",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"jsdom": "^24.0.0",
"typescript": "^5.2.2",
"unplugin-icons": "^0.18.5",
"vite": "^5.2.0",
"vite-plugin-dts": "^3.7.3",
"vue-tsc": "^2.0.6",
"@antzy/eslint-config": "^3.2.6",
"bumpp": "^9.4.0",
"eslint": "^8.57.0"
"vitest": "^1.6.0",
"vue-tsc": "^2.0.6"
},
"repository": {
"type": "git",
Expand Down
30 changes: 0 additions & 30 deletions playground/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions playground/.vscode/extensions.json

This file was deleted.

33 changes: 0 additions & 33 deletions playground/README.md

This file was deleted.

1 change: 0 additions & 1 deletion playground/env.d.ts

This file was deleted.

13 changes: 0 additions & 13 deletions playground/index.html

This file was deleted.

31 changes: 0 additions & 31 deletions playground/package.json

This file was deleted.

Binary file removed playground/public/favicon.ico
Binary file not shown.
78 changes: 0 additions & 78 deletions playground/src/App.vue

This file was deleted.

1 change: 0 additions & 1 deletion playground/src/assets/logo.svg

This file was deleted.

8 changes: 0 additions & 8 deletions playground/src/components/Base.vue

This file was deleted.

7 changes: 0 additions & 7 deletions playground/src/components/Classes/IconButton.vue

This file was deleted.

34 changes: 0 additions & 34 deletions playground/src/components/Classes/index.vue

This file was deleted.

36 changes: 0 additions & 36 deletions playground/src/components/CustomSelected.vue

This file was deleted.

18 changes: 0 additions & 18 deletions playground/src/components/FixedWeeks.vue

This file was deleted.

9 changes: 0 additions & 9 deletions playground/src/components/Locale.vue

This file was deleted.

19 changes: 0 additions & 19 deletions playground/src/components/MaxAndMinDate.vue

This file was deleted.

21 changes: 0 additions & 21 deletions playground/src/components/ModelMultiple.vue

This file was deleted.

Loading

0 comments on commit 1f72956

Please sign in to comment.