Setup Vitest
This commit is contained in:
parent
3b76d3efa7
commit
2105d05749
6 changed files with 616 additions and 5 deletions
7
TODO.md
7
TODO.md
|
|
@ -17,12 +17,11 @@ A step-by-step checklist for porting MatterControl's design features to a Vue +
|
|||
- [x] Add ESLint and Prettier configuration
|
||||
- [x] Create folder structure (`components/`, `composables/`, `stores/`, `types/`)
|
||||
- [x] Add Pinia for state management
|
||||
- [ ] Verify hot module replacement works
|
||||
|
||||
### Testing Infrastructure
|
||||
- [ ] Add Vitest for unit testing
|
||||
- [ ] Create first placeholder test
|
||||
- [ ] Add test script to `Justfile`
|
||||
- [x] Add Vitest for unit testing
|
||||
- [x] Create first placeholder test
|
||||
- [x] Add test script to `Justfile`
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue