Skip to content

Commit ac93f98

Browse files
authored
fix vue3 instructions to use vitest instead of jest (#484)
jest is not supported with vite.
1 parent 0953237 commit ac93f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instructions/vuejs3.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Instructions for building high-quality VueJS 3 applications with the Composition
101101
- Implement breadcrumb data via route meta fields
102102

103103
### Testing
104-
- Write unit tests with Vue Test Utils and Jest
104+
- Write unit tests with Vue Test Utils and Vitest
105105
- Focus on behavior, not implementation details
106106
- Use `mount` and `shallowMount` for component isolation
107107
- Mock global plugins (router, Pinia) as needed

0 commit comments

Comments
 (0)