This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 219
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
moduleFileExtensions by default support js, ts, tsx etc.
tomasztunik
added
type: refactor
The issue/PR is related to refactoring.
skip-changelog
PRs that you don't want to appear in the changelog.
type: cooldown
Things that are queued for a cooldown period (assists with planning).
category: tests
labels
Mar 31, 2022
Size Change: 0 B Total Size: 862 kB ℹ️ View Unchanged
|
unnecessary defaults override
gigitux
approved these changes
Apr 1, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Thanks for checking! :)
tjcafferkey
pushed a commit
that referenced
this pull request
Apr 5, 2022
* Cleanup e2e jest config from moduleFileExtensions moduleFileExtensions by default support js, ts, tsx etc. * convert legacy-template-blocks e2e test to TS * clean up jest.config.json moduleFileExtensions unnecessary defaults override
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
skip-changelog
PRs that you don't want to appear in the changelog.
type: cooldown
Things that are queued for a cooldown period (assists with planning).
type: refactor
The issue/PR is related to refactoring.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Convert example E2E test to TypeScript and verify it runs ok.
Bonus: clean up unnecessary default value override in e2e jest config for moduleFileExtensions to ensure also
tsx
and other valid modules are supported.Fixes #6067
Testing
Automated Tests
E2E should pass