-
Notifications
You must be signed in to change notification settings - Fork 55
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
[Backport 2.x] Revert jest tests config to use babel (#1319) #1320
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Shenoy Pratik <[email protected]> (cherry picked from commit a262aaf)
Signed-off-by: Shenoy Pratik <[email protected]> (cherry picked from commit 66d5621)
Signed-off-by: Shenoy Pratik <[email protected]>
Signed-off-by: Shenoy Pratik <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #1320 +/- ##
==========================================
- Coverage 57.44% 51.61% -5.83%
==========================================
Files 330 305 -25
Lines 12099 10652 -1447
Branches 2791 2789 -2
==========================================
- Hits 6950 5498 -1452
- Misses 5103 5108 +5
Partials 46 46
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ps48
changed the title
[Backport 2.x] Revert to jest tests to using babel (#1319)
[Backport 2.x] Revert jest tests config to use babel (#1319)
Dec 21, 2023
ps48
requested review from
pjfitzgibbons,
kavithacm,
derek-ho,
joshuali925,
dai-chen,
YANG-DB,
rupal-bq,
mengweieric,
vamsi-amazon,
Swiddis,
penghuo,
seankao-az and
anirudha
as code owners
December 21, 2023 17:47
joshuali925
approved these changes
Dec 21, 2023
kavithacm
approved these changes
Dec 21, 2023
mengweieric
pushed a commit
to mengweieric/dashboards-observability
that referenced
this pull request
Dec 22, 2023
…ect#1319) (opensearch-project#1320) * update jest config to use babel instead of ts-jest Signed-off-by: Shenoy Pratik <[email protected]> (cherry picked from commit a262aaf) * remove ts-jest package Signed-off-by: Shenoy Pratik <[email protected]> (cherry picked from commit 66d5621) * update yarn.lock file Signed-off-by: Shenoy Pratik <[email protected]> * update snapshots Signed-off-by: Shenoy Pratik <[email protected]> --------- Signed-off-by: Shenoy Pratik <[email protected]>
RyanL1997
added a commit
to RyanL1997/dashboards-observability
that referenced
this pull request
Apr 18, 2024
…#1320) Signed-off-by: Ryan Liang <[email protected]>
amsiglan
pushed a commit
to amsiglan/dashboards-observability
that referenced
this pull request
Jun 7, 2024
…ect#1319) (opensearch-project#1320) * update jest config to use babel instead of ts-jest Signed-off-by: Shenoy Pratik <[email protected]> (cherry picked from commit a262aaf) * remove ts-jest package Signed-off-by: Shenoy Pratik <[email protected]> (cherry picked from commit 66d5621) * update yarn.lock file Signed-off-by: Shenoy Pratik <[email protected]> * update snapshots Signed-off-by: Shenoy Pratik <[email protected]> --------- Signed-off-by: Shenoy Pratik <[email protected]> (cherry picked from commit 2c969e3)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Revert to jest tests to using babel. This PR aligns with the long term solution mentioned in the below issue.
This PR removes ts-jest dependency and aligns with all other dashboards plugins to use babel for transform. Also, updated snapshots to align 2.x and main snapshots.
Issues Resolved
#1306
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.