Skip to content

Commit

Permalink
fixup! fixup! Test(web): Add tests for Toast component
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Mar 7, 2024
1 parent 8fedbfb commit ca979c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/src/js/__tests__/Toast.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ describe('Toast', () => {
EventHandler.trigger(element, 'transitionend');

expect(element).toHaveClass(CLASS_NAME_OPEN);
expect(element).not.toHaveClass(CLASS_NAME_HIDDEN);
expect(element).not.toHaveClass(CLASS_NAME_TRANSITIONING);
});
});
Expand Down

0 comments on commit ca979c2

Please sign in to comment.