Skip to content

Commit

Permalink
test: add initial component tests (#923)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Canac <[email protected]>
  • Loading branch information
jrutila and benjamincanac authored Nov 17, 2023
1 parent b666c4a commit bcc46b8
Show file tree
Hide file tree
Showing 11 changed files with 603 additions and 62 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@headlessui/vue": "^1.7.16",
"@iconify-json/heroicons": "^1.1.13",
"@nuxt/kit": "^3.8.0",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/tailwindcss": "^6.8.1",
"@popperjs/core": "^2.11.8",
"@tailwindcss/aspect-ratio": "^0.4.2",
Expand All @@ -60,14 +60,18 @@
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.2",
"@release-it/conventional-changelog": "^7.0.2",
"@testing-library/vue": "^7.0.0",
"@vitejs/plugin-vue": "^4.4.0",
"eslint": "^8.52.0",
"happy-dom": "^12.10.3",
"joi": "^17.11.0",
"nuxt": "^3.8.0",
"nuxt-vitest": "^0.11.3",
"release-it": "^16.2.1",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"valibot": "^0.19.0",
"vitest": "^0.34.6",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.21",
"yup": "^1.3.2",
"zod": "^3.22.4"
Expand Down
Loading

1 comment on commit bcc46b8

@vercel
Copy link

@vercel vercel bot commented on bcc46b8 Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-git-dev-nuxt-js.vercel.app
ui-nuxt-js.vercel.app
ui.nuxt.com

Please sign in to comment.