-
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 Card VR tests to CSF #25526
chore(vr-tests-v9): Convert Card VR tests to CSF #25526
Conversation
📊 Bundle size report🤖 This report was generated against e22929a533e0830fc75e547b733b38dee60af00e |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 38cbc51623baf411e5379936c050f0b2c53ecc54 (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 2e9d455:
|
Screener change seems to be a minor crop issue caused by the usage of the |
* chore: convert card stories to csf * nit: remove unused import * convert CardSelectable stories to CSF * fix asset url * fix: delete old story file * Add side margins to Appearance stories
* chore: convert card stories to csf * nit: remove unused import * convert CardSelectable stories to CSF * fix asset url * fix: delete old story file * Add side margins to Appearance stories
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