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
Figgy, Allsearch-frontend, Tigerdata, and Marquand catalogs are all using vitest. Maybe lux-styleguidist should match.
One benefit of using vitest is that it uses vite to compile the components, which we also use for packaging lux-styleguidist. That way, we could use the same tools for testing and packaging lux.
Another benefit is that we could move away from using vue-cli to run our tests. This would be good because vue-cli is in maintenance mode and Vue recommends using vitest instead.
The text was updated successfully, but these errors were encountered:
Figgy, Allsearch-frontend, Tigerdata, and Marquand catalogs are all using vitest. Maybe lux-styleguidist should match.
One benefit of using vitest is that it uses vite to compile the components, which we also use for packaging lux-styleguidist. That way, we could use the same tools for testing and packaging lux.
Another benefit is that we could move away from using vue-cli to run our tests. This would be good because vue-cli is in maintenance mode and Vue recommends using vitest instead.
The text was updated successfully, but these errors were encountered: