Skip to content

Commit e94d142

Browse files
committed
fix: page layouts
Signed-off-by: Adam Setch <[email protected]>
1 parent a2f3d4e commit e94d142

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/renderer/components/Oops.test.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
import { render } from '@testing-library/react';
2+
import { ensureStableEmojis } from '../__mocks__/utils';
23
import { Oops } from './Oops';
34

45
describe('renderer/components/Oops.tsx', () => {
6+
beforeEach(() => {
7+
ensureStableEmojis();
8+
});
9+
510
it('should render itself & its children - specified error', () => {
611
const mockError = {
712
title: 'Error title',

0 commit comments

Comments
 (0)