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

test: remove duplicate cases #927

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

G-Rath
Copy link
Contributor

@G-Rath G-Rath commented Aug 14, 2024

Checks

Changes

  • removed duplicate test cases

Context

ESLint v9 now errors about duplicate test cases, meaning these have to be either removed or made unique - all of the cases being removed in this pull request are flat out code duplicates hence their removal; there are still other duplicates that will need addressing, but they're a little more fuzzy so I will tackle them in another pull request.

(this helps reduce the diff for #926 and friends)

Copy link

codecov bot commented Aug 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.32%. Comparing base (93a6ab9) to head (4753ea4).
Report is 15 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #927      +/-   ##
==========================================
+ Coverage   96.23%   96.32%   +0.08%     
==========================================
  Files          44       44              
  Lines        2419     2449      +30     
  Branches     1000     1023      +23     
==========================================
+ Hits         2328     2359      +31     
+ Misses         91       90       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@G-Rath G-Rath mentioned this pull request Aug 14, 2024
1 task
@MichaelDeBoey MichaelDeBoey requested a review from Belco90 October 16, 2024 20:11
@Belco90 Belco90 added this pull request to the merge queue Oct 17, 2024
Merged via the queue into testing-library:main with commit 0d1e0aa Oct 17, 2024
31 checks passed
Copy link

🎉 This PR is included in version 6.3.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@G-Rath G-Rath deleted the remove-duplicate-cases branch October 17, 2024 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants