Merge branch 'production' into dev
This commit is contained in:
@@ -28,7 +28,6 @@ describe('Contact', () => {
|
||||
|
||||
it('submits the form', async () => {
|
||||
render(<Contact />);
|
||||
|
||||
// Wrap timer advancement in act
|
||||
await act(async () => {
|
||||
jest.advanceTimersByTime(3000);
|
||||
|
||||
Reference in New Issue
Block a user