- Downloads
test: Adding test to menu
Showing
- package-lock.json 742 additions, 0 deletionspackage-lock.json
- package.json 3 additions, 0 deletionspackage.json
- src/components/BaseComponents/Menu.vue 3 additions, 3 deletionssrc/components/BaseComponents/Menu.vue
- src/components/BaseComponents/__tests__/Menu.spec.ts 117 additions, 34 deletionssrc/components/BaseComponents/__tests__/Menu.spec.ts
- src/router/index.ts 1 addition, 6 deletionssrc/router/index.ts
| ... | ... | @@ -30,6 +30,8 @@ |
| }, | ||
| "devDependencies": { | ||
| "@rushstack/eslint-patch": "^1.8.0", | ||
| "@testing-library/user-event": "^14.5.2", | ||
| "@testing-library/vue": "^8.0.3", | ||
| "@tsconfig/node20": "^20.1.4", | ||
| "@types/jsdom": "^21.1.6", | ||
| "@types/node": "^20.12.5", | ||
| ... | ... | @@ -49,6 +51,7 @@ |
| "prettier": "^3.2.5", | ||
| "start-server-and-test": "^2.0.3", | ||
| "typescript": "~5.4.0", | ||
| "user-event": "^4.0.0", | ||
| "vite": "^5.2.8", | ||
| "vite-plugin-vue-devtools": "^7.0.25", | ||
| "vitest": "^1.5.0", | ||
| ... | ... | |
| ... | ... |
Please sign in to comment