Commit 51f85c6
authored
[heft-jest-plugin] Fix --test-path-pattern being ignored on Jest 30 (#5828)
Jest 30 renamed the Config.Argv field from testPathPattern to testPathPatterns (plural). The Heft Jest plugin was still writing the old key, so jest-config silently ignored it and every test ran.1 parent 96dcd10 commit 51f85c6
2 files changed
Lines changed: 12 additions & 1 deletion
File tree
- common/changes/@rushstack/heft-jest-plugin
- heft-plugins/heft-jest-plugin/src
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
630 | | - | |
| 630 | + | |
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
| |||
0 commit comments