Add missing calls to `act` in `useStoreProxy` tests
Add calls to `act` around proxy method calls that trigger store changes which in turn schedule deferred updates within Preact components. This should hopefully fix an issue with flakey tests due to updates being flushed after the tests have finished executing.
Showing
Please register or sign in to comment