-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
refactor: setupFeatures method #1877
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
Conversation
); | ||
|
||
this.options.setup(app, this); | ||
this.setupSetupFeature(); |
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.
Weird name, but we remove this in future so we can leave this as is
}); | ||
} else { | ||
this._watch(contentBase); | ||
} |
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.
I see a bug here, when you use string we check on remote, but if you use array we don't check this Let's fix it in other PR
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.
Can you create an issue? (or already existed?)
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.
Codecov Report
@@ Coverage Diff @@
## master #1877 +/- ##
==========================================
+ Coverage 87.92% 88.31% +0.38%
==========================================
Files 14 14
Lines 787 813 +26
Branches 259 258 -1
==========================================
+ Hits 692 718 +26
Misses 82 82
Partials 13 13
Continue to review full report at Codecov.
|
/cc @hiroppy |
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.
💯
For Bugs and Features; did you add new tests?
no need
Motivation / Use-Case
Refactor
Breaking Changes
No
Additional Info
No