Merge branch 'production' into dev

This commit is contained in:
denshooter
2025-02-22 23:59:44 +01:00
committed by GitHub

View File

@@ -28,7 +28,6 @@ describe('Contact', () => {
it('submits the form', async () => {
render(<Contact />);
// Wrap timer advancement in act
await act(async () => {
jest.advanceTimersByTime(3000);