-
-
Notifications
You must be signed in to change notification settings - Fork 29
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(tests): add more unit tests to vanilla bundle #51
Conversation
Codecov Report
@@ Coverage Diff @@
## master #51 +/- ##
===========================================
+ Coverage 99.82% 100.00% +0.19%
===========================================
Files 186 186
Lines 10097 10101 +4
Branches 3422 3314 -108
===========================================
+ Hits 10078 10101 +23
+ Misses 19 0 -19
Continue to review full report at Codecov.
|
@@ -161,3 +161,4 @@ yarn run test:watch | |||
- [ ] See if we can get `DOM Purify` to work in SF, else keep the custom sanitizer | |||
- [ ] See if we can get all the vanilla-grid-bundle `instances` as `readonly` class members | |||
- [ ] change `Filters` and `Editors` to default index export but move the previous export into the vanilla grid bundle |
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.
should also check lib to work with new jQuery 3.5.1 version
No description provided.