-
-
Notifications
You must be signed in to change notification settings - Fork 332
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
test(buffer): ensure emojis are rendered #1258
Conversation
They are not rendered as expected but not completely wrong either so thats a win?
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1258 /- ##
=======================================
- Coverage 94.6% 94.5% -0.1%
=======================================
Files 65 65
Lines 15407 15389 -18
=======================================
- Hits 14576 14554 -22
- Misses 831 835 4 ☔ View full report in Codecov by Sentry. |
Just to be clear - these are characterization tests right? The purpose is to document existing behavior even if it's wrong(-ish)? |
Yeah. I suspected my change in #1226 might have broken something because of the way more complex emojis are joined together so I wanted to make sure it still renders them. |
Bencher
Click to view all benchmark results
Bencher - Continuous Benchmarking View Public Perf Page Docs | Repo | Chat | Help |
They are not rendered as expected but not completely wrong either so that's a win?