-
-
Notifications
You must be signed in to change notification settings - Fork 621
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: multiple config compilation error (rebase) #1468
fix: multiple config compilation error (rebase) #1468
Conversation
Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon. |
/cc @webpack/cli-team Should we accept bug fixes for |
Do we have an ETA for the merge |
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.
/cc @webpack/cli-team
Also, can you please add a test case for |
@aman29271 Thanks for your update. I labeled the Pull Request so reviewers will review it again. @evilebottnawi Please review the new changes. |
@snitin315 Thanks for pointing out. Tests has been added. |
expect(code).toBe(0); | ||
expect(code).toBeDefined(); | ||
expect(code).not.toBeNull(); | ||
expect(summary).toEqual(expect.anything()); |
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.
Bad idea to do it, no need test on anything
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.
@evilebottnawi should I remove it? 🤔
Fixed in master, anyway big thanks for PR |
What kind of change does this PR introduce?
A bugfix which closes #887
Did you add tests for your changes?
Yes
If relevant, did you update the documentation?
Nope
Does this PR introduce a breaking change?
No
Other information