Open bhousel opened 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.
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.