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

Migrate more test to use vitest-browser-react and browserUserEvent #3633

Merged
merged 4 commits into from
Nov 18, 2024

Conversation

amanmahajan7
Copy link
Contributor

No description provided.

@amanmahajan7 amanmahajan7 self-assigned this Nov 18, 2024
Copy link

codecov bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.65%. Comparing base (50e9a30) to head (79f1eb8).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3633      +/-   ##
==========================================
+ Coverage   89.83%   91.65%   +1.82%     
==========================================
  Files          48       48              
  Lines        3453     3453              
  Branches      655      680      +25     
==========================================
+ Hits         3102     3165      +63     
+ Misses        351      288      -63     

see 9 files with indirect coverage changes

---- 🚨 Try these New Features:

@amanmahajan7 amanmahajan7 marked this pull request as ready for review November 18, 2024 15:55
@@ -10,6 +10,6 @@ test('key is escaped in query selectors', () => {
];

expect(() => {
setup({ columns, rows: [] });
setupNew({ columns, rows: [] });
}).not.toThrow();
Copy link
Contributor

Choose a reason for hiding this comment

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

Does it throw if we don't escape the key?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It does

image

@amanmahajan7 amanmahajan7 merged commit 8b0de36 into main Nov 18, 2024
3 checks passed
@amanmahajan7 amanmahajan7 deleted the am-migrate-column-tests branch November 18, 2024 16:40
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