[PR #102] [MERGED] Upgrade Jest to v30 and fix deprecated CLI options #103

Closed
opened 2026-02-27 14:57:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/webapp/pull/102
Author: @antonym
Created: 6/12/2025
Status: Merged
Merged: 6/12/2025
Merged by: @antonym

Base: masterHead: upgrade-jest-v30


📝 Commits (1)

  • 8341c9d Upgrade Jest to v30 and fix deprecated CLI options

📊 Changes

1 file changed (+6 additions, -6 deletions)

View changed files

📝 package.json (+6 -6)

📄 Description

Summary

  • Update Jest from v29.7.0 to v30.0.0
  • Replace deprecated --testPathPattern with --testPathPatterns in all npm scripts
  • All tests continue to pass (62 tests across 5 test suites)

Test plan

  • Updated Jest to v30.0.0
  • Fixed deprecated CLI options in package.json
  • Verified all tests pass: npm test
  • Confirmed no breaking changes in test execution

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/webapp/pull/102 **Author:** [@antonym](https://github.com/antonym) **Created:** 6/12/2025 **Status:** ✅ Merged **Merged:** 6/12/2025 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `upgrade-jest-v30` --- ### 📝 Commits (1) - [`8341c9d`](https://github.com/netbootxyz/webapp/commit/8341c9d663042fce63567743c85d3d74a5ae0e7c) Upgrade Jest to v30 and fix deprecated CLI options ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+6 -6) </details> ### 📄 Description ## Summary - Update Jest from v29.7.0 to v30.0.0 - Replace deprecated `--testPathPattern` with `--testPathPatterns` in all npm scripts - All tests continue to pass (62 tests across 5 test suites) ## Test plan - [x] Updated Jest to v30.0.0 - [x] Fixed deprecated CLI options in package.json - [x] Verified all tests pass: `npm test` - [x] Confirmed no breaking changes in test execution --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-02-27 14:57:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webapp#103
No description provided.