Skip to content

Commit 606df87

Browse files
committed
test: update mock
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 89412f0 commit 606df87

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

src/renderer/components/notifications/RepositoryNotifications.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import * as comms from '../../utils/comms';
1010
import { RepositoryNotifications } from './RepositoryNotifications';
1111

1212
jest.mock('./NotificationRow', () => ({
13-
NotificationRow: () => <div>NotificationRow</div>,
13+
NotificationRow: () => <div>Notification Row</div>,
1414
}));
1515

1616
describe('renderer/components/notifications/RepositoryNotifications.tsx', () => {

src/renderer/components/notifications/__snapshots__/RepositoryNotifications.test.tsx.snap

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)