We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0953237 commit ac93f98Copy full SHA for ac93f98
instructions/vuejs3.instructions.md
@@ -101,7 +101,7 @@ Instructions for building high-quality VueJS 3 applications with the Composition
101
- Implement breadcrumb data via route meta fields
102
103
### Testing
104
-- Write unit tests with Vue Test Utils and Jest
+- Write unit tests with Vue Test Utils and Vitest
105
- Focus on behavior, not implementation details
106
- Use `mount` and `shallowMount` for component isolation
107
- Mock global plugins (router, Pinia) as needed
0 commit comments