We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bc7ba commit 128b426Copy full SHA for 128b426
src/components/MML/__tests__/MML.test.js
@@ -41,7 +41,7 @@ describe('MML', () => {
41
/>
42
</div>
43
`);
44
- });
+ }, 10000);
45
46
it('should render a basic mml', async () => {
47
const tree = await renderComponent({
0 commit comments