just
just copied to clipboard
The task library that just works
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | digest | `dbe1369` -> `3235b87` | --- ### Configuration...
In Jest 30, the CLI parameter `testPathPattern` was changed to `testPathPatterns`. See [here](https://jestjs.io/docs/upgrading-to-jest30#--testpathpattern-was-renamed-to---testpathpatterns). The `JestTaskOptions` structure in the latest version still uses the old name. This is making it difficult...