-
Notifications
You must be signed in to change notification settings - Fork 78
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
refactor(commonTests): split up helpers into individual modules #9112
Merged
Elijbet
merged 32 commits into
main
from
elijbet/9056-split-commonTest-helpers-into-modules
Apr 22, 2024
+1,968
−1,848
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
9743975
refactor(commonTests): split up helpers into individual modules
Elijbet 11d71c1
formAssociated
Elijbet 404b995
disabled
Elijbet 55957a8
commonTests
Elijbet 7470e97
floatingUI
Elijbet c750615
t9n
Elijbet 2b6bba1
export through index.ts
Elijbet 12f8d5e
split up remaining tests and update imports
Elijbet 58a946a
rename setupForTests into utils
Elijbet 6313291
merge conflicst - commonTests.ts removed
Elijbet eb29ce2
update utils.ts imports
Elijbet bf7ad69
exports
Elijbet a5f1d7d
cleanup
Elijbet 2be734f
remove unreachable code
Elijbet 5db82b6
cleanup
Elijbet 7cdb70e
undo changes related to TS errors
Elijbet 0325fb8
undo TS error related changes in floatingUI.ts
Elijbet 11d1cdf
undo forcusable
Elijbet 2893a98
formAssociated
Elijbet d0e504d
labelable
Elijbet 0418072
openClose
Elijbet 79f0b55
slots and t9n
Elijbet 345fd73
enable eslint rule for no-restricted-imports
Elijbet 23d2730
cleanup
Elijbet 5f53be5
remove each eslint-disable line by adding an overriding jest rule
Elijbet 9d1596b
dedicated interfaces.ts
Elijbet bc6612f
interfaces.ts imports
Elijbet bfc0990
cleanup
Elijbet 2ec94ea
commonTests dedicated eslintrc.cjs
Elijbet f479226
cleanup
Elijbet 5314500
cleanup
Elijbet 3e1425c
cleanup
Elijbet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading status checks…
cleanup
commit a5f1d7dc9c8cca7d5b7abac2559b562dc03e2d29
There are no files selected for viewing
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
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.
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.
Except for
HYDRATED_ATTR
, the rest should not be exported as they are internal to the common test modules.Sidebar: can you create a follow-up issue to update/remove tests using it in favor of
renders
?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.
Yup. Here: #9166