facebook / Rapid

The OpenStreetMap editor driven by open data, AI, and supercharged features
https://rapideditor.org
ISC License
517 stars 91 forks source link

Karma testrunner is deprecated #1095

Open bhousel opened 1 year ago

bhousel commented 1 year ago

I didn't realize that karma was deprecated earlier this year: https://github.com/karma-runner/karma

I can work on replacing it with something else. I'm not sure what of our tests necessarily need to run in a browser anymore, so maybe we can go with something simpler.

bhousel commented 1 year ago

Update: I spend a bunch of time yesterday researching alternatives and I think the fastest path to replacing this is using web test runner: https://modern-web.dev/docs/test-runner/overview/

It's supported and the simplest out of the alternatives.