-
-
Notifications
You must be signed in to change notification settings - Fork 422
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: correctly import js-yaml
to fix yaml config loading
#1033
Conversation
No idea why the tests don't handle this, but I assume they're not using You can see here that the default export is |
This was broken in #981 |
Codecov Report
@@ Coverage Diff @@
## master #1033 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 20 20
Lines 656 656
Branches 149 149
=========================================
Hits 656 656
Continue to review full report at Codecov.
|
Ping @okonet this should get merged. |
Let's merge since it was approved already. |
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.
A test would be awesome to not have this regression in the future.
@okonet yeah I will add tests separately, but let's fix this first. |
🎉 This PR is included in version 11.2.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 11.3.0-beta.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This fixes #1032