-
-
Notifications
You must be signed in to change notification settings - Fork 602
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
chore(tests): updated test regex, some helper scripts #809
Conversation
updated test regex to include all tests, added some helper scripts ISSUES CLOSED: webpack#808
Added scripts to run specific tests ISSUES CLOSED: Added scripts to run specific 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.
Nice one! We found out that those async
which should not be there. Could you please remove them?
fix tests on node 6 ISSUES CLOSED: webpack#808
@anshumanv Thanks for your update. I labeled the Pull Request so reviewers will review it again. @ematipico Please review the new changes. |
Ah! I forgot to test on nvm :( Removed! 👍 💯 |
one more async down
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.
Tiny changes
Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon. |
update text to run packages text
@ematipico updated! 💯 |
ISSUES CLOSED: webpack#808 <!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. --> **What kind of change does this PR introduce?** Updated test regex to run all tests, added some helper scripts for running tests <!-- E.g. a bugfix, feature, refactoring, build related change, etc… --> **Did you add tests for your changes?** Yes **If relevant, did you update the documentation?** Yes **Summary** * Updated tests regex to run all tests * Added helper scripts to run cli and package tests separately <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> <!-- Try to link to an open issue for more information. --> **Does this PR introduce a breaking change?** No <!-- If this PR introduces a breaking change, please describe the impact and a migration path for existing applications. --> **Other information**
ISSUES CLOSED: #808
What kind of change does this PR introduce?
Updated test regex to run all tests, added some helper scripts for running tests
Did you add tests for your changes?
Yes
If relevant, did you update the documentation?
Yes
Summary
Does this PR introduce a breaking change?
No
Other information