Skip to content
Snippets Groups Projects
  1. Dec 04, 2024
    • david.bauer's avatar
      Change: Replace Jest with Vitest and improve test infrastructure · 0ed409b2
      david.bauer authored and david.bauer's avatar david.bauer committed
      - Replace Jest with Vitest for better ESM compatibility and Vite plugin testing
      - Fix flaky tests by implementing proper port collision handling
      - Each test now manages its own server instance instead of relying on a shared afterEach cleanup hook, eliminating race conditions and flaky test behavior
      - Enable test parallelization
      - Reduce CI noise and improve output clarity
      - Optimize build process by directly calling tsc instead of spawning new pnpm instances
      - Use much simpler eslint config
      
      This is all in preparation of the Vite 6 update, which was impossible to debug before.
      0ed409b2
  2. Nov 29, 2024
  3. Sep 30, 2024
  4. Sep 26, 2024
  5. Aug 19, 2024
  6. Jul 22, 2024
  7. Jul 17, 2024
  8. Jul 12, 2024
  9. Jul 08, 2024
  10. Jun 18, 2024
  11. Jun 17, 2024
  12. Jun 10, 2024
  13. Jun 05, 2024
  14. May 31, 2024
  15. May 27, 2024
  16. May 20, 2024
  17. May 16, 2024
  18. May 14, 2024
  19. May 13, 2024
  20. May 02, 2024
  21. May 01, 2024
  22. Apr 30, 2024
  23. Apr 29, 2024
  24. Apr 24, 2024
  25. Apr 22, 2024
  26. Apr 21, 2024
  27. Apr 19, 2024
  28. Apr 18, 2024
  29. Apr 17, 2024
  30. Apr 16, 2024
  31. Apr 15, 2024
Loading