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