Skip to content

Commit f73b9ac

Browse files
committed
test: update test suite groupings
1 parent 72b4322 commit f73b9ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/helpers.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,9 @@ describe('utils/helpers.ts', () => {
518518
`${mockSingleNotification.repository.html_url}?${mockNotificationReferrer}`,
519519
);
520520
});
521+
});
521522

523+
describe('formatting', () => {
522524
it('formatForDisplay', () => {
523525
expect(formatForDisplay(null)).toBe('');
524526
expect(formatForDisplay([])).toBe('');

0 commit comments

Comments
 (0)