Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion instructions/vuejs3.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Instructions for building high-quality VueJS 3 applications with the Composition
- Implement breadcrumb data via route meta fields

### 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
- Use `mount` and `shallowMount` for component isolation
- Mock global plugins (router, Pinia) as needed
Expand Down