unit test dependancies

This commit is contained in:
2022-12-23 12:27:58 +01:00
parent 7cc62f16f2
commit fffe6aab04
4 changed files with 2283 additions and 3 deletions

View File

@ -7,7 +7,9 @@
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write"
"format": "prettier . --write",
"coverage": "vitest run --coverage",
"test": "vitest"
},
"dependencies": {
"@vitejs/plugin-vue": "^3.2.0",
@ -17,10 +19,13 @@
"vue": "3.2"
},
"devDependencies": {
"@testing-library/vue": "^6.6.1",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.8.0",
"prettier": "2.8.0"
"happy-dom": "^8.1.1",
"prettier": "2.8.0",
"vitest": "^0.26.2"
},
"eslintConfig": {
"root": true,