Skip to content

Commit

Permalink
additional time
Browse files Browse the repository at this point in the history
  • Loading branch information
localnerve committed Jul 19, 2023
1 parent e34c33d commit 96f7fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/unit/index.js
Expand Up @@ -92,7 +92,7 @@ describe('sizeReporter', () => {
// Action test. Executes on componentDidMount so action should've run.
expect(result.textContent).to.match(/Action/);
res();
}, 0);
}, 250);
});
});

Expand Down

0 comments on commit 96f7fee

Please sign in to comment.