-
Notifications
You must be signed in to change notification settings - Fork 345
[ci-visibility] Make integration test for jest compatible with node 12 #3440
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
[ci-visibility] Make integration test for jest compatible with node 12 #3440
Conversation
Overall package sizeSelf size: 4.91 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## master #3440 +/- ##
=======================================
Coverage 84.44% 84.44%
=======================================
Files 218 218
Lines 8572 8572
Branches 33 33
=======================================
Hits 7239 7239
Misses 1333 1333 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
BenchmarksBenchmark execution time: 2023-07-21 12:47:03 Comparing candidate commit 145ea0f in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 470 metrics, 21 unstable metrics. scenario:plugin-q-control-18
|
What does this PR do?
The error message changes slightly when using a different jest version (which we require when using node 12). This PR makes sure the error message is compatible with every version we use.
Motivation
Fix 2.x release line