Closed shilman closed 5 days ago
CI is running/has finished running commands for commit 85d1d2a8264d5c40a6c021dbf6e98fca59326567. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
Sent with 💌 from NxCloud.
Closes N/A
What I did
See https://github.com/literalpie/storybook-framework-qwik/blob/main/CHANGELOG.md#040
🦋 Canary release
This PR does not have a canary release associated. You can request a canary release of this pull request by mentioning the
@storybookjs/core
team here._core team members can create a canary release here or locally with
gh workflow run --repo storybookjs/storybook canary-release-pr.yml --field pr=<PR_NUMBER>
_Greptile Summary
This PR standardizes the testing library usage across all Storybook frameworks by removing special handling for Qwik and using @storybook/test consistently.
code/lib/create-storybook/src/generators/baseGenerator.ts
to remove Qwik-specific testing library condition