-
Notifications
You must be signed in to change notification settings - Fork 10
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
[ssradapterrename] Rename ssr to renderState #2305
Conversation
🦋 Changeset detectedLatest commit: aff8a35 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
GeraldRequired Reviewers
Don't want to be involved in this pull request? Comment |
npm Snapshot: Published🎉 Good news!! We've packaged up the latest commit from this PR (7d58687) and published all packages with changesets to npm. You can install the packages in webapp by running: ./services/static/dev/tools/deploy_wonder_blocks.js --tag="PR2305" Packages can also be installed manually by running: yarn add @khanacademy/wonder-blocks-<package-name>@PR2305 |
A new build was pushed to Chromatic! 🚀https://5e1bf4b385e3fb0020b7073c-lujmmpodiu.chromatic.com/ Chromatic results:
|
Size Change: +1 B (0%) Total Size: 96.1 kB
ℹ️ View Unchanged
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## initialfallback #2305 +/- ##
===================================================
- Coverage 95.14% 94.67% -0.48%
===================================================
Files 254 254
Lines 30533 30537 +4
Branches 1865 2456 +591
===================================================
- Hits 29052 28912 -140
- Misses 1462 1603 +141
- Partials 19 22 +3
... and 31 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
043def3
to
2cd5db3
Compare
Summary:
This renames the
ssr
test harness adapter torenderState
to more accurately reflect its purpose.Issue: XXX-XXXX
Test plan:
yarn test
yarn typecheck
yarn start:storybook
and check the docs referencing this look right under Wonder Blocks Testing.