test: reenable nuxt runtime tests (with latest test-utils) (#2497)

This commit is contained in:
Daniel Roe 2023-12-14 11:45:52 +00:00 committed by GitHub
parent 2b421f1039
commit 3ae2d50bff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 252 additions and 280 deletions

View file

@ -36,6 +36,7 @@
"@iconify/json": "^2.2.142",
"@iconify/utils": "^2.1.7",
"@nuxt/devtools": "^1.0.0-beta.1",
"@nuxt/test-utils": "^3.9.0-alpha.1",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/i18n": "8.0.0-beta.10",
"@pinia/nuxt": "^0.4.11",
@ -79,7 +80,6 @@
"lru-cache": "^10.0.0",
"masto": "^5.11.3",
"nuxt-security": "^0.13.1",
"nuxt-vitest": "^0.11.0",
"page-lifecycle": "^0.1.2",
"pinia": "^2.1.4",
"postcss-nested": "^6.0.1",
@ -117,6 +117,7 @@
"@types/prettier": "^2.7.3",
"@types/wicg-file-system-access": "^2020.9.6",
"@unlazy/nuxt": "^0.9.3",
"@vue/test-utils": "^2.4.3",
"bumpp": "^9.2.0",
"consola": "^3.2.3",
"eslint": "^8.49.0",