Changelog

vitejs/vite · · 3 commits

Test harness fix trims noisy dep scans

Vite’s test suite now avoids accidental dependency scanning under `__tests__`, alongside a couple of doc URL/reference fixes.

Test fixtures stop triggering full dependency scans (sapphi-redc961cae)

Several node tests now disable dependency discovery when spinning up the dev server, preventing server.listen() from crawling every HTML fixture under __tests__. This keeps the suite focused and avoids unnecessary work during test startup.

Other misc changes

  • Docs: updated the xmit static deploy guide URL (sanjibanid2e467d)
  • Docs: corrected a stale http-proxy reference in the proxy config example (KangaZero3c94c7c)