-
-
Notifications
You must be signed in to change notification settings - Fork 620
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
fix: defer setting default mode to core #2095
Conversation
d1f9bbd
Codecov Report
@@ Coverage Diff @@
## master #2095 +/- ##
==========================================
+ Coverage 68.61% 68.65% +0.03%
==========================================
Files 74 74
Lines 2390 2393 +3
Branches 508 510 +2
==========================================
+ Hits 1640 1643 +3
Misses 750 750
Continue to review full report at Codecov.
|
/cc @anshumanv need fix tests |
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.
Feel free to merge on green
test/colors/colors.test.js
Outdated
'--mode', | ||
'production', |
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 think it will be better to define mode: production
inside the config.
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.
Yep, let's do it
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.
Yep, let's do it
@anshumanv We need fix test for stats and watch, let's add |
should be good now |
Thanks |
What kind of change does this PR introduce?
fix
Did you add tests for your changes?
Yes
If relevant, did you update the documentation?
Not needed I think
Summary
Does this PR introduce a breaking change?
Nope
Other information