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
Fix: Don't add triple slash reference to vitest.config files
Only add `/// <reference types="vitest/config" />` to vite.config files,
not vitest.config files, because vitest.config files already have the
vitest/config types available by default.
Co-authored-by: yannbf <[email protected]>
0 commit comments