-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: Add drag-n-drop support to course unit, refactor tests. #27
feat: Add drag-n-drop support to course unit, refactor tests. #27
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## navin/course-outline/status-design #27 +/- ##
=====================================================================
Coverage ? 90.02%
=====================================================================
Files ? 505
Lines ? 8415
Branches ? 1782
=====================================================================
Hits ? 7576
Misses ? 812
Partials ? 27 ☔ View full report in Codecov by Sentry. |
40e76db
to
d31be65
Compare
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.
@mavidser Nice work! Just left few suggestions and a fix for a minor issue that I encountered. Please take a look.
652f4ad
to
c00e36d
Compare
675ca89
to
39185d3
Compare
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.
@mavidser The CI is failing due to a lint issue, please check.
👍
- I tested this: (confirmed that drag-n-drop for units is working)
- I read through the code
39185d3
to
eee98a3
Compare
Testing instructions:
npm run test -- "CourseOutline"