-
Notifications
You must be signed in to change notification settings - Fork 129
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: add unit test for folderTree in workbench #391
Conversation
Codecov Report
@@ Coverage Diff @@
## main #391 +/- ##
==========================================
+ Coverage 75.17% 76.72% +1.54%
==========================================
Files 176 176
Lines 4806 4808 +2
Branches 1036 1039 +3
==========================================
+ Hits 3613 3689 +76
+ Misses 1185 1111 -74
Partials 8 8
Continue to review full report at Codecov.
|
626c4d5
to
aecb20f
Compare
ci 不通过的原因是因为修改了 controller 而 controller 目前还么有测试用例的覆盖,所以报错了 |
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.
+1
简介
主要变更
onContextMenu
这个方法,然后本身的 contextMenu 是没有第二个treeNode
的参数的