Skip to content

Commit 6a7e30e

Browse files
committed
update comment
1 parent 80be309 commit 6a7e30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-toast-notification-container/lib/uui-toast-notification-container.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('UUIToastNotificationContainerElement', () => {
3131
<uui-toast-notification-container></uui-toast-notification-container>
3232
`
3333
);
34-
// Just set the prop on the container, we will test that it inherits.
34+
// Set the prop on the container, we will use it to test that it inherits to the children.
3535
element.style.setProperty(
3636
'--uui-toast-notification-animation-duration',
3737
ANIMATION_DURATION + 'ms'

0 commit comments

Comments
 (0)