test(theme-switch): add component animation tests#3352
Merged
JhaSourav07 merged 1 commit intoJun 3, 2026
Conversation
Contributor
|
@gamana618 is attempting to deploy a commit to the jhasourav07's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
👋 Hey @gamana618, it looks like you didn't use our PR template! The section Please update your PR description to include all required sections so we can review this properly:
You can find the full template in CONTRIBUTING.md. Just edit your PR description and the |
Aamod007
approved these changes
Jun 3, 2026
Contributor
Author
|
May i know should I make any changes or should I update branch
As my pr #3352 has been approved but did not merged
…On Wed, Jun 3, 2026, 1:51 PM Aamod Kumar ***@***.***> wrote:
***@***.**** approved this pull request.
—
Reply to this email directly, view it on GitHub
<#3352?email_source=notifications&email_token=BQJLANNQHVNJO5VHEXKNWI3457NYPA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTINBRGY3TENBZHE4KM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#pullrequestreview-4416724998>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BQJLANO5XQKHHOMTOI2TVLD457NYPAVCNFSM6AAAAACZYGFGUCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHM2DIMJWG4ZDIOJZHA>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/BQJLANPC67YZBT2GQXOWOO3457NYPA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTINBRGY3TENBZHE4KM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJKTGN5XXIZLSL5UW64Y>
and Android
<https://github.com/notifications/mobile/android/BQJLANPCRCRTKCIO54A3DOL457NYPA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTINBRGY3TENBZHE4KM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLTGN5XXIZLSL5QW4ZDSN5UWI>.
Download it today!
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes #2287
Pillar
What I solved
Added a dedicated test file for the Theme Switch component to validate animation generation behavior.
Changes made
app/components/theme-switch.test.tsxnameandcsspropertiesTesting
npx vitest run app/components/theme-switch.test.tsx ## Checklist - [x] Added tests - [x] Followed project conventions - [x] Verified tests pass locally