Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jest-light-runner & jest #16136

Merged
merged 2 commits into from Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -67,9 +67,9 @@
"husky": "^8.0.3",
"import-meta-resolve": "^4.0.0",
"is-ci": "^3.0.1",
"jest": "^30.0.0-alpha.1",
"jest-light-runner": "^0.6.0-alpha.1",
"jest-worker": "^30.0.0-alpha.1",
"jest": "^30.0.0-alpha.2",
"jest-light-runner": "^0.6.0",
"jest-worker": "^30.0.0-alpha.2",
"lint-staged": "^15.1.0",
"mergeiterator": "^1.4.4",
"prettier": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-core/test/errors-stacks.js
Expand Up @@ -27,7 +27,7 @@ function expectError(run) {
// visible when using --run-in-band, comes from inside jest but doesn't have an
// associated file path.
stack = stack.replace(
/(?:\n\s*at [^\n]+?node_modules\/(?:@?jest|piscina)[^\n]+|\n\s*at async Promise.all[^\n]+)+/g,
/(?:\n\s*at [^\n]+?node_modules\/(?:@?jest|tinypool|piscina)[^\n]+|\n\s*at async Promise.all[^\n]+)+/g,
"\n at ... internal jest frames ...",
);
// Remove node internal frames, since they change by version
Expand Down