-
Notifications
You must be signed in to change notification settings - Fork 54
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: [BREAKING CHANGE] drop espower support #197
Conversation
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #197 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 8 12 +4
Lines 60 93 +33
Branches 12 16 +4
=========================================
+ Hits 60 93 +33
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. |
[skip ci] ## [5.8.0](v5.7.0...v5.8.0) (2022-12-18) ### Features * [BREAKING CHANGE] drop espower support ([#197](#197)) ([1fc3624](1fc3624))
🎉 This PR is included in version 5.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@@ -127,24 +122,11 @@ class TestCommand extends Command { | |||
} | |||
|
|||
// collect require | |||
let requireArr = testArgv.require || testArgv.r || []; | |||
/* istanbul ignore next */ | |||
if (!Array.isArray(requireArr)) requireArr = [ requireArr ]; |
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.
#196
Checklist
npm test
passesAffected core subsystem(s)
Description of change