Skip to content

Commit 128b426

Browse files
test: fix MML test (#2165)
### 🎯 Goal Try to fix the pesky MML unit test.
1 parent f0bc7ba commit 128b426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MML/__tests__/MML.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('MML', () => {
4141
/>
4242
</div>
4343
`);
44-
});
44+
}, 10000);
4545

4646
it('should render a basic mml', async () => {
4747
const tree = await renderComponent({

0 commit comments

Comments
 (0)