Skip to content
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

Merged
merged 5 commits into from Mar 29, 2019

Conversation

anshumanv
Copy link
Member

@anshumanv anshumanv commented Mar 28, 2019

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

  • Updated tests regex to run all tests
  • Added helper scripts to run cli and package tests separately

Does this PR introduce a breaking change?
No

Other information

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
Copy link
Contributor

@ematipico ematipico left a 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
@webpack-bot
Copy link

@anshumanv Thanks for your update.

I labeled the Pull Request so reviewers will review it again.

@ematipico Please review the new changes.

@anshumanv
Copy link
Member Author

Nice one! We found out that those async which should not be there. Could you please remove them?

Ah! I forgot to test on nvm :(

Removed! 👍 💯

Copy link
Contributor

@ematipico ematipico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiny changes

.github/CONTRIBUTING.md Outdated Show resolved Hide resolved
.github/CONTRIBUTING.md Outdated Show resolved Hide resolved
@webpack-bot
Copy link

Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon.

@anshumanv
Copy link
Member Author

@ematipico updated! 💯

@ematipico ematipico merged commit b26cd90 into webpack:master Mar 29, 2019
misterdev pushed a commit to misterdev/webpack-cli that referenced this pull request Apr 23, 2019
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**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update tests regex and add separate tests scripts in package.json
5 participants