-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
chore(vr-tests-v9): Convert Badge VR tests to CSF #25539
chore(vr-tests-v9): Convert Badge VR tests to CSF #25539
Conversation
📊 Bundle size report🤖 This report was generated against 131d20e15d6c59dce2dcbbd8794b5ee75701a670 |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 131d20e15d6c59dce2dcbbd8794b5ee75701a670 (build) |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 4c793a6:
|
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
apps/vr-tests-react-components/src/stories/Badge/CounterBadge.stories.tsx
Outdated
Show resolved
Hide resolved
* chore: convert Badge to CSF * fix: move CounterBadge to its own subfolder and delete old CounterBadge story file * Update Avatar.stories.tsx * Update useArrowNavigationGroup.ts
* chore: convert Badge to CSF * fix: move CounterBadge to its own subfolder and delete old CounterBadge story file * Update Avatar.stories.tsx * Update useArrowNavigationGroup.ts
Changes:
storiesOf
stories to CSF:npx sb migrate storiesof-to-csf --glob="apps/vr-tests-react-components/src/stories/{ComponentName}/*.stories.tsx"
getStoryVariant
function.Follows pattern set in #25108
Related Issue(s)
Part of #25078