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

chore: ensure consistent indentation of template strings #14522

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

SimenB
Copy link
Member

@SimenB SimenB commented Sep 14, 2023

Summary

This is mostly just to get eslint-plugin-unicorn into the repo (#14517 turned out to be slightly breaking for --testLocationsInResults)

Test plan

Green CI

@netlify
Copy link

netlify bot commented Sep 14, 2023

Deploy Preview for jestjs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 729ea53
🔍 Latest deploy log https://app.netlify.com/sites/jestjs/deploys/6502d358a4f8f7000828db26
😎 Deploy Preview https://deploy-preview-14522--jestjs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Comment on lines -16 to +23
{
"array": [
{
"hello": "Danger",
},
],
}
`);
{
"array": [
{
"hello": "Danger",
},
],
}
`);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jest agrees with this new indentation if regenerated, fwiw. possibly fixed back in #11560 or something

@SimenB SimenB merged commit eb6cdd2 into jestjs:main Sep 14, 2023
@SimenB SimenB deleted the ensure-consistent-template-indent branch September 14, 2023 10:33
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant