Skip to content

Resolve "Add Frontend tests again" NOCHANGELOG

Georg Krause requested to merge 1716-add-frontend-tests-again into develop

Closes #1716 (closed)

I just reintroduced the tests we already had. I removed the ones which relied on sinon or other bigger dependencies. I think we should wait if vitest supports their functionality or consider each dependency before spending time on making the tests work again. moxios might also be replaced in the future.

My primary focus was to create the structure again to enable devs to provide unit tests for their code.

Edited by Georg Krause

Merge request reports