-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
#668 remove custom stringify function in test #670
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #670 +/- ##
==========================================
+ Coverage 92.45% 92.56% +0.11%
==========================================
Files 104 104
Lines 4624 4616 -8
Branches 1303 1301 -2
==========================================
- Hits 4275 4273 -2
+ Misses 349 343 -6 ☔ View full report in Codecov by Sentry. |
Thanks for taking the time to open this PR! |
@smellman any updates on the above question? |
@HarelM Running UPDATE=1 npm run test generates many differences in JSON files. |
It's true that update=1 does destructive updates, but the difference between json compact and regular json stigngify should not be dramatic. It's also worth mentioning that we are using this library for the docs, so I'm not sure we will be able to remove it completely even if we remove this method. Just FYI. |
I just upload smellman@947ebcf with 2 space. |
I'm trying to understand if we can use a In any case, I went over the expression test files and they look ok to me. So feel free to research the above or commit the file changes as is. |
My understanding is that the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
#668 Remove custom
stringify
function intest/lib/utils.ts
Launch Checklist
CHANGELOG.md
under the## main
section.