fix vue3 instructions to use vitest instead of jest (#484)

jest is not supported with vite.
This commit is contained in:
Jackson Miller
2025-12-11 16:16:06 -06:00
committed by GitHub
parent 095323704f
commit ac93f988c4

View File

@@ -101,7 +101,7 @@ Instructions for building high-quality VueJS 3 applications with the Composition
- Implement breadcrumb data via route meta fields - Implement breadcrumb data via route meta fields
### Testing ### Testing
- Write unit tests with Vue Test Utils and Jest - Write unit tests with Vue Test Utils and Vitest
- Focus on behavior, not implementation details - Focus on behavior, not implementation details
- Use `mount` and `shallowMount` for component isolation - Use `mount` and `shallowMount` for component isolation
- Mock global plugins (router, Pinia) as needed - Mock global plugins (router, Pinia) as needed