Skip to content
Snippets Groups Projects
  1. Nov 23, 2021
  2. Oct 23, 2021
  3. Oct 11, 2021
  4. Oct 04, 2021
  5. Sep 13, 2021
  6. Aug 02, 2021
  7. Jul 01, 2021
  8. Jun 12, 2021
  9. May 30, 2021
  10. May 29, 2021
  11. May 17, 2021
  12. May 03, 2021
  13. Apr 29, 2021
  14. Apr 28, 2021
  15. Apr 19, 2021
  16. Mar 18, 2021
  17. Feb 22, 2021
  18. Feb 10, 2021
  19. Feb 03, 2021
  20. Feb 01, 2021
  21. Jan 26, 2021
  22. Jan 20, 2021
  23. Jan 13, 2021
  24. Jan 11, 2021
  25. Jan 07, 2021
  26. Dec 16, 2020
  27. Nov 17, 2020
  28. Nov 16, 2020
    • Reiter, Christoph's avatar
      Stop depending on puppeteer · 2e099bc0
      Reiter, Christoph authored
      While it's nice to have a fixed chrome version it slows down the yarn install,
      downloads a lot of things, and the chrome version depends on various
      system packages so one needss to have chromium installed anyway.
      
      This means developers that want to work on tests need firefox and chdomium installed.
      
      Sadly I couldn't find a way to make browsers optional in case the developer
      only has one installed.
      2e099bc0
    • Reiter, Christoph's avatar
      tests: use the mocha tdd mode everywhere and drop karma-chai · 356f78b4
      Reiter, Christoph authored
      Use tdd in all cases to be more consisstend.
      Also since last year we can use chai with rollup directly, so
      do that everywhere instead of relying on karma-chai injecting
      it in to the global scope.
      356f78b4
Loading