base-ui icon indicating copy to clipboard operation
base-ui copied to clipboard

[test] Use vite and vitest for e2e and regression tests

Open mj12albert opened this issue 2 months ago • 1 comments

  • Test apps built with Vite instead of Webpack
  • Tests are run with Vitest instead of Mocha
  • Removed a bunch of unused devDependencies - in particular webfontloader (and some font loading code) is no longer needed as we are loading local font files

Part of https://github.com/mui/base-ui/issues/883

mj12albert avatar Dec 17 '24 07:12 mj12albert