Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [kbn-test] Jest run script should use `testPathPattern…
…0; to lookup config (#206341) (#206356) # Backport This will backport the following commits from `main` to `8.x`: - [[kbn-test] Jest run script should use `testPathPattern` to lookup config (#206341)](#206341) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Nick Partridge","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-01-10T23:27:05Z","message":"[kbn-test] Jest run script should use `testPathPattern` to lookup config (#206341)\n\nAdds logic to support the jest vscode extension by reading the\r\n`--testPathPattern` arg for the purpose of config lookup. This enables\r\nrunning tests easily in the vscode jest extension.","sha":"481b8037d609e2d7a994e7696e2fa23f7b44f2b9","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:all-open"],"title":"[kbn-test] Jest run script should use `testPathPattern` to lookup config","number":206341,"url":"https://github.com/elastic/kibana/pull/206341","mergeCommit":{"message":"[kbn-test] Jest run script should use `testPathPattern` to lookup config (#206341)\n\nAdds logic to support the jest vscode extension by reading the\r\n`--testPathPattern` arg for the purpose of config lookup. This enables\r\nrunning tests easily in the vscode jest extension.","sha":"481b8037d609e2d7a994e7696e2fa23f7b44f2b9"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/206341","number":206341,"mergeCommit":{"message":"[kbn-test] Jest run script should use `testPathPattern` to lookup config (#206341)\n\nAdds logic to support the jest vscode extension by reading the\r\n`--testPathPattern` arg for the purpose of config lookup. This enables\r\nrunning tests easily in the vscode jest extension.","sha":"481b8037d609e2d7a994e7696e2fa23f7b44f2b9"}}]}] BACKPORT--> Co-authored-by: Nick Partridge <[email protected]>
- Loading branch information