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 a2f3d4e commit e94d142Copy full SHA for e94d142
src/renderer/components/Oops.test.tsx
@@ -1,7 +1,12 @@
1
import { render } from '@testing-library/react';
2
+import { ensureStableEmojis } from '../__mocks__/utils';
3
import { Oops } from './Oops';
4
5
describe('renderer/components/Oops.tsx', () => {
6
+ beforeEach(() => {
7
+ ensureStableEmojis();
8
+ });
9
+
10
it('should render itself & its children - specified error', () => {
11
const mockError = {
12
title: 'Error title',
0 commit comments