Skip to content

Commit

Permalink
fix: page layouts
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <adam.setch@outlook.com>
  • Loading branch information
setchy committed Jan 23, 2025
1 parent a2f3d4e commit e94d142
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/renderer/components/Oops.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
import { render } from '@testing-library/react';
import { ensureStableEmojis } from '../__mocks__/utils';
import { Oops } from './Oops';

describe('renderer/components/Oops.tsx', () => {
beforeEach(() => {
ensureStableEmojis();
});

it('should render itself & its children - specified error', () => {
const mockError = {
title: 'Error title',
Expand Down

0 comments on commit e94d142

Please sign in to comment.