test: setup

This commit is contained in:
Benjamin Canac
2024-03-06 12:40:34 +01:00
parent 8aefde231a
commit b67fddeef8
5 changed files with 476 additions and 1 deletions

View File

@@ -20,7 +20,8 @@
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit"
"typecheck": "vue-tsc --noEmit",
"test": "vitest"
},
"dependencies": {
"@nuxt/kit": "^3.10.3",
@@ -37,9 +38,14 @@
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.10.3",
"@nuxt/test-utils": "^3.11.0",
"@vue/test-utils": "^2.4.4",
"eslint": "^8.57.0",
"happy-dom": "^13.6.2",
"nuxt": "npm:nuxt-nightly@pr-26085",
"ohash": "^1.1.3",
"vitest": "^1.3.1",
"vitest-environment-nuxt": "^1.0.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.5"