Skip to content

Commit 66b7066

Browse files
committed
requested changes
1 parent ad30859 commit 66b7066

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

packages/main/src/components/Notification/Notification.test.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ describe('Notification', () => {
3838
datetime="1337 Minutes ago"
3939
avatar="ME"
4040
priority={Priority.High}
41-
noShowMoreButton={false}
42-
noCloseButton={false}
4341
truncate
4442
/>
4543
);

packages/main/src/components/NotificationGroup/Notification.test.tsx renamed to packages/main/src/components/NotificationGroup/NotificationGroup.test.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ describe('NotificationGroup', () => {
3434
datetime="1337 Minutes ago"
3535
avatar="ME"
3636
priority={Priority.High}
37-
noShowMoreButton={false}
38-
noCloseButton={false}
3937
truncate
4038
/>
4139
<Notification avatar={<Avatar size={AvatarSize.XS} shape={AvatarShape.Circle} image={sampleAvatar} />} />
@@ -75,8 +73,6 @@ describe('NotificationGroup', () => {
7573
datetime="1337 Minutes ago"
7674
avatar="ME"
7775
priority={Priority.High}
78-
noShowMoreButton={false}
79-
noCloseButton={false}
8076
truncate
8177
/>
8278
<Notification avatar={<Avatar size={AvatarSize.XS} shape={AvatarShape.Circle} image={sampleAvatar} />} />
@@ -102,8 +98,6 @@ describe('NotificationGroup', () => {
10298
datetime="1337 Minutes ago"
10399
avatar="ME"
104100
priority={Priority.High}
105-
noShowMoreButton={false}
106-
noCloseButton={false}
107101
truncate
108102
/>
109103
<Notification avatar={<Avatar size={AvatarSize.XS} shape={AvatarShape.Circle} image={sampleAvatar} />} />
@@ -129,8 +123,6 @@ describe('NotificationGroup', () => {
129123
datetime="1337 Minutes ago"
130124
avatar="ME"
131125
priority={Priority.High}
132-
noShowMoreButton={false}
133-
noCloseButton={false}
134126
truncate
135127
>
136128
<Notification description="description" title="title" />

0 commit comments

Comments
 (0)