You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- historyStore: replace Vue 2 set()/del() with direct property
assignment / delete operator. del() was undefined and threw at
runtime in tests.
- Test files: replace wrapper.destroy() with wrapper.unmount() for
Vue Test Utils v2.
- Test files: add explicit describe/it/expect imports where missing
(vitest globals are disabled).
Addresses ~30 of the remaining test failures (delete operator, VTU v2
unmount API, missing vitest globals). Heading slot rendering and
BootstrapVue compat-mode issues still account for the bulk of the
remaining failures.
0 commit comments