digitalfabrik/lunes-app

Fix console errors in unit tests

Open

#1,418 opened on Apr 28, 2026

View on GitHub
 (1 comment) (0 reactions) (1 assignee)TypeScript (8 forks)auto 404
effort:lowgood first issuemaintenancenot-testableprio:lowready

Repository metrics

Stars
 (27 stars)
PR merge metrics
 (PR metrics pending)

Description

Describe the Problem

When running our tests, we keep getting errors about having to wrap state updates in act(). Let's fix them.

Describe Your Preferred Solution

When running the tests, I don't want to see red console errors popping up.

Describe Possible Alternatives

We could leave it.

Related Issues

Additional Information

Contributor guide