-
-
Notifications
You must be signed in to change notification settings - Fork 173
feat: vue 3 testing #312
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: vue 3 testing #312
Conversation
Codecov ReportBase: 66.31% // Head: 63.43% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #312 +/- ##
===========================================
- Coverage 66.31% 63.43% -2.88%
===========================================
Files 64 79 +15
Lines 4497 5467 +970
Branches 1182 1513 +331
===========================================
+ Hits 2982 3468 +486
- Misses 1413 1897 +484
Partials 102 102
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
52dd355
to
2fd0a5e
Compare
✅ Deploy Preview for oruga-documentation-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
59f9b93
to
42dc18c
Compare
42dc18c
to
5db5061
Compare
Problems I was experiencing:
After updating TS, Rollup and its plugins I understood the problem and fixed in 782cde8 Explanation: we were trying to mix FormElementMixin with InputItems, both have As @jtommy suggested we need to make a breaking change and use a different name for InputItems autocomplete prop. Thanks @D4RKAR117 for introducing me Volar! |
Problem I'm still experiencing: trying to run vue-tsc checks I still get a lot of issues (many of them related to |
Proposed Changes