-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
2.0 #24
Conversation
- note: will be part of uvu@0.6
definitely have 2 tests covering the 1 line that nyc & codecov thinks isn't being covered |
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #24 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 3 +2
Lines 61 84 +23
Branches 0 43 +43
=========================================
+ Hits 61 84 +23
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. |
Breaking change because the
resolve
function (as well as the newexports
andimports
functions) can now returnstring[] | undefined
instead ofstring | undefined
.imports
#14