Skip to content

chore: remove vestiges of Jest internally #11385

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

Merged
merged 5 commits into from
Aug 3, 2025

Conversation

cseas
Copy link
Contributor

@cseas cseas commented Jul 8, 2025

PR Checklist

Overview

Removed mentions of Jest mentioned in #11078 (review) along with some other places I could find.

@typescript-eslint
Copy link
Contributor

Thanks for the PR, @cseas!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint.

Copy link

netlify bot commented Jul 8, 2025

Deploy Preview for typescript-eslint ready!

Name Link
🔨 Latest commit 89cd11f
🔍 Latest deploy log https://app.netlify.com/projects/typescript-eslint/deploys/688f9ad9950604000889eff1
😎 Deploy Preview https://deploy-preview-11385--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 96 (🔴 down 2 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

nx-cloud bot commented Jul 8, 2025

View your CI Pipeline Execution ↗ for commit 89cd11f

Command Status Duration Result
nx test eslint-plugin --coverage=false ✅ Succeeded 5m 9s View ↗
nx run-many -t lint ✅ Succeeded 3m 18s View ↗
nx run-many -t typecheck ✅ Succeeded 2m 14s View ↗
nx test eslint-plugin-internal --coverage=false ✅ Succeeded 12s View ↗
nx run types:build ✅ Succeeded 5s View ↗
nx run integration-tests:test ✅ Succeeded 6s View ↗
nx test typescript-estree --coverage=false ✅ Succeeded 1s View ↗
nx run generate-configs ✅ Succeeded 6s View ↗
Additional runs (27) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2025-08-03 17:33:10 UTC

@kirkwaiblinger
Copy link
Member

kirkwaiblinger commented Jul 9, 2025

FYI @aryaemami59 / @43081j

@43081j
Copy link
Contributor

43081j commented Jul 10, 2025

looks good to me 👍

Copy link
Contributor

@aryaemami59 aryaemami59 left a comment

Choose a reason for hiding this comment

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

Looks great.

@kirkwaiblinger
Copy link
Member

Looks like there are still a handful of mentions to be cleaned up?

[Jest snapshots](https://jestjs.io/docs/snapshot-testing) are generated for use in some tests, e.g. for [rule schemas](https://github.com/typescript-eslint/typescript-eslint/tree/main/packages/eslint-plugin/tests/schema-snapshots) and [code examples in rule docs](https://github.com/typescript-eslint/typescript-eslint/tree/main/packages/eslint-plugin/tests/docs-eslint-output-snapshots). You may need to re-generate these snapshots after adjusting a rule and/or its documentation, by running the relevant test suite(s) with the `-u` flag:

- All lines are covered per the Codecov / `yarn jest path/to/impacted/file --coverage` report.

Copy link
Member

@kirkwaiblinger kirkwaiblinger left a comment

Choose a reason for hiding this comment

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

(see comment)

@kirkwaiblinger kirkwaiblinger added the awaiting response Issues waiting for a reply from the OP or another party label Jul 14, 2025
Copy link

codecov bot commented Jul 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.86%. Comparing base (2112d58) to head (c9ea135).
⚠️ Report is 1 commits behind head on main.

⚠️ Current head c9ea135 differs from pull request most recent head 89cd11f

Please upload reports for the commit 89cd11f to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11385      +/-   ##
==========================================
- Coverage   90.88%   90.86%   -0.02%     
==========================================
  Files         505      503       -2     
  Lines       51124    51048      -76     
  Branches     8416     8416              
==========================================
- Hits        46462    46386      -76     
  Misses       4648     4648              
  Partials       14       14              
Flag Coverage Δ
unittest 90.86% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 10 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cseas
Copy link
Contributor Author

cseas commented Jul 23, 2025

Looks like there are still a handful of mentions to be cleaned up?

@kirkwaiblinger Done ✅
Let me know if there are any specific parts that should be replaced with Vitest equivalents.

@cseas cseas requested a review from kirkwaiblinger July 24, 2025 00:01
@github-actions github-actions bot removed the awaiting response Issues waiting for a reply from the OP or another party label Jul 24, 2025
@kirkwaiblinger
Copy link
Member

Thank you!!

@kirkwaiblinger kirkwaiblinger enabled auto-merge (squash) August 1, 2025 23:00
@kirkwaiblinger kirkwaiblinger merged commit 956c1c7 into typescript-eslint:main Aug 3, 2025
60 of 61 checks passed
@cseas cseas deleted the cleanup-jest branch August 7, 2025 10:13
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.

Repo: Remove vestiges of Jest internally
4 participants