-
Notifications
You must be signed in to change notification settings - Fork 219
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
Lk/learning language selection #1299
Lk/learning language selection #1299
Conversation
chore: update tests so we have less error message test: update test
5fb172d
to
714b7af
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/whole-course-translations #1299 +/- ##
==================================================================
+ Coverage 88.36% 88.49% +0.12%
==================================================================
Files 291 297 +6
Lines 4941 5005 +64
Branches 1245 1258 +13
==================================================================
+ Hits 4366 4429 +63
- Misses 561 562 +1
Partials 14 14 ☔ View full report in Codecov by Sentry. |
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.
Lgtm! I'm still really new to this codebase and not sure if you needs others to take a look.
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.
LGTM
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.
Just tested with the https://github.com/openedx/edx-platform/tree/feat/whole-course-translations branch and it works
* feat: add language selection chore: update tests so we have less error message test: update test * test: update tests * chore: remove duplicate translation * chore: lint for console * chore: remove comments * chore: make sure the affect url frame refresh after the language selection change
What changed?
npx jest {path} -u
. This make writing test so much faster.jest-console-group-reporter
to group logs. With it, I was able to kick out a few of the unnecessary console like missing props etc. There are still a lot more.language-selection.mov