-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add vitest #4982
add vitest #4982
Conversation
🦋 Changeset detectedLatest commit: 5933bad The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
* migrate text jest tests to vitest * migrate heading jest tests to vitest * migrate textfield jest tests to vitest * migrate VideoPlayer jest tests to vitest and interactive stories * remove test for pauseplay, replaced with stories * replace GenericNotification jest tests to interaction stories * convert MenuTriggerProvider from jest to vitest * convert DateInputWithIconButton from jest to vitest * moved TitleBlockZen survey status tests to storybook * lint fix * remove flaky snapshots * fix flaky notification play test * intro timeout to wait for animation * fix lint * intro timeout to wait for animation * intro borders around the video player to showcase aspectratio * exclude the pauseplay story from chromatic * exclude thee genericnotification interaction story from chromatic * Update packages/components/src/Illustration/subcomponents/VideoPlayer/VideoPlayer.stories.tsx * fix videoplayer stickersheet * update generic notification to a story * Update packages/components/src/Illustration/subcomponents/VideoPlayer/VideoPlayer.spec.tsx Co-authored-by: Cassandra <[email protected]> --------- Co-authored-by: Geoffrey Chong <[email protected]> Co-authored-by: Cassandra <[email protected]>
…aizen-design-system into KZN-2614-new-jest-to-vitest
…aizen-design-system into KZN-2614-new-jest-to-vitest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
packages/components/src/RichTextEditor/utils/commands/fixtures/helpers.ts
Show resolved
Hide resolved
), | ||
}, | ||
test: { | ||
// TODO: Remove this when @HeartSquared fixes icons |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hahaha whaaaat 😂 I don't think we'd be removing the script until we actually delete the old icon, so it would still be relevant here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lul, doxed in code comments 😆
Why
Jest bad, vitest good
What
Everything changed