-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[Test Modernization] ContextualSaveBar and DataTable components #4397
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
Conversation
|
👋 Thanks for opening your first pull request. A contributor should give feedback soon. If you haven’t already, please check out the contributing guidelines. |
size-limit report
|
e2f6392 to
b641a1e
Compare
chloerice
left a comment
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.
Thank you @laucindy! 🚀
rdott
left a comment
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.
One small nit, otherwise LGTM!
b641a1e to
7bdbf75
Compare
|
We think we've fixed up the gc out of memory errors by updating to TS 4.3, can you rebase and see if CI is happier now? |
…Navigation & DataTable)
7bdbf75 to
3570f01
Compare
|
🎉 Thanks for your contribution to Polaris React! |
WHY are these changes introduced?
Update existing tests for the following components to use the new modern framework:
WHAT is this pull request doing?
Part of test modernization, updating tests to use
{mountWithApp} from 'test-utilities', instead of{mountWithAppProvider} from 'test-utilities/legacy'