Skip to content

Conversation

mcmire
Copy link
Contributor

@mcmire mcmire commented Dec 4, 2023

Currently we use the outdent package so that tests that involve writing multi-line strings to files look a bit nicer. This package doesn't play nice in an ESM context, and we actually already have equivalents in normalizeWhitespaceString and buildChangelog that we can use instead. So this commit removes outdent in favor of these helpers.

Currently we use the `outdent` package so that tests that involve
writing multi-line strings to files look a bit nicer. This package
doesn't play nice in an ESM context, and we actually already have
equivalents in `normalizeWhitespaceString` and `buildChangelog` that we
can use instead. So this commit removes `outdent` in favor of these
helpers.
@mcmire mcmire requested a review from a team as a code owner December 4, 2023 18:28
Copy link
Member

@rekmarks rekmarks left a comment

Choose a reason for hiding this comment

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

LGTM!

@mcmire mcmire merged commit 66c90b4 into main Dec 4, 2023
@mcmire mcmire deleted the replace-outdent branch December 4, 2023 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants