Skip to content
Snippets Groups Projects
  1. Jan 23, 2025
  2. Jan 16, 2025
  3. Jan 14, 2025
  4. Jan 10, 2025
  5. Jan 09, 2025
  6. Dec 17, 2024
  7. Dec 16, 2024
  8. Dec 11, 2024
  9. Dec 09, 2024
  10. Dec 06, 2024
  11. 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
  12. Dec 03, 2024
  13. Dec 02, 2024
  14. Nov 29, 2024
  15. Nov 15, 2024
  16. Nov 14, 2024
  17. Nov 13, 2024
Loading