🐛 Fix auth.test.ts duplicate import breaking coverage#4240
Conversation
…ng coverage) Signed-off-by: Andrew Anderson <andy@clubanderson.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Deploy Preview for kubestellarconsole ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
👋 Hey @clubanderson — thanks for opening this PR!
This is an automated message. |
|
Thank you for your contribution! Your PR has been merged. Check out what's new:
Stay connected: Slack #kubestellar-dev | Multi-Cluster Survey |
There was a problem hiding this comment.
Pull request overview
Fixes a test parse error that was preventing coverage upload by removing a duplicate renderHook import in the auth test suite.
Changes:
- Removed the redundant
renderHookimport from@testing-library/reactto avoid duplicate import parsing issues.
Duplicate renderHook import caused parse error, preventing shard coverage upload.