ONEARMY / community-platform

A platform to build useful communities that aim to tackle global problems
https://platform.onearmy.earth
MIT License
1.14k stars 386 forks source link

test: change all uses of act to async #3706

Closed benfurber closed 3 months ago

benfurber commented 3 months ago

PR Checklist

PR Type

Description

This might be overkill but I wonder if the use of synchronous act in async tests is causing an issue. Then I thought for consistency just always use act in an async fashion.