2024/4/6:參考 Vue School Learn Vue.js Component Testing 的課綱,並使用 Vue Test Utils + Vitest。用專案 February 來練習。
練習項目:
- Mount
- Wrapper
- Computed, Watchers (進度到這裡)
- 測試 Methods
- 測試 Lifecycle Methods
- Traversing the DOM
- Stub a Vue component
- Vuex Store
2024/4/11:不知為啥把 Vuetify 的 plugins 加入之後,npm run test 就解析不到檔案了。