Skip to content
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

Fix formatting of mockServiceWorker.js #44620

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Fix formatting of mockServiceWorker.js #44620

merged 1 commit into from
Jul 25, 2024

Conversation

ravicious
Copy link
Member

#44041 ended up merging a version of mockServiceWorker.js that was formatted by our prettier. This means that any time someone installs msw v2 for the first time, the postinstall script pulls down a fresh copy of that file which of course isn't formatted with our prettier config. As such, they end up with some changes on their current branch.

This PR fixes that by re-running pnpm msw init web/.storybook/public and saving the "unformatted" file.

@ravicious ravicious added the no-changelog Indicates that a PR does not require a changelog entry label Jul 25, 2024
@ravicious ravicious force-pushed the r7s/msw-formatting branch from 1bf5844 to d03da9e Compare July 25, 2024 12:28
@github-actions github-actions bot requested review from rudream and ryanclark July 25, 2024 12:28
@ravicious ravicious enabled auto-merge July 25, 2024 12:28
@public-teleport-github-review-bot public-teleport-github-review-bot bot removed the request for review from rudream July 25, 2024 12:29
@ravicious ravicious added this pull request to the merge queue Jul 25, 2024
Merged via the queue into master with commit b667592 Jul 25, 2024
40 checks passed
@ravicious ravicious deleted the r7s/msw-formatting branch July 25, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Indicates that a PR does not require a changelog entry size/sm ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants