-
Notifications
You must be signed in to change notification settings - Fork 94
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
Adding test for home + end keys #311
Adding test for home + end keys #311
Conversation
Thank you for helping improve kibi's code coverage! Please have a look at the failed check, you need to run |
@all-contributors please add @BanuAdrian for test |
I've put up a pull request to add @BanuAdrian! 🎉 |
…nuAdrian/kibi into adding-test-for-home-end-keys
…nuAdrian/kibi into adding-test-for-home-end-keys
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #311 +/- ##
==========================================
+ Coverage 48.41% 51.47% +3.05%
==========================================
Files 10 10
Lines 1138 1187 +49
==========================================
+ Hits 551 611 +60
+ Misses 587 576 -11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Made two unit tests for checking the functionality of pressing home and end keys inside the editor. Also, checked if they worked with other features such as moving the cursor up or down. (Issue #124)