Skip to content

Commit

Permalink
add jest-config patch reasoning in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Dec 17, 2024
1 parent d6781b4 commit 040ddb0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions patches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ npx patch-package package/another-package
### Updating patches

Use exactly the same process as for making patches in the first place, i.e. make more changes, run patch-package, commit the changes to the patch file.

## Current Patches

### jest-config

`jest-config` needed a patch that fixes an issue that's stated here:

[Unknown option testTimeout validation warning when used in project specific config](https://github.com/jestjs/jest/issues/14513)

This is fixed on jest version 30 but it's still in beta. Once out of beta, this patch can be removed.

0 comments on commit 040ddb0

Please sign in to comment.