Closed KonradHoeffner closed 7 months ago
According to https://2022.stateofjs.com/en-US/libraries/testing/ and a quick search, vitest seems to be the best testing framework for us.
Ugh, vitest doesn't support our module loading strategy of importing ES6 modules from CDN URLs, trying the workaround described in https://github.com/vitest-dev/vitest/issues/4949.
Workaround works, test is in.
For #33.