mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
fix vue3 instructions to use vitest instead of jest (#484)
jest is not supported with vite.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user