-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
test: migrate to snapshots #3158
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
Conversation
9bb5dcf
to
fa9a8a9
Compare
fixing CI |
Codecov Report
@@ Coverage Diff @@
## master #3158 +/- ##
=======================================
Coverage 94.99% 94.99%
=======================================
Files 37 37
Lines 1218 1218
Branches 338 338
=======================================
Hits 1157 1157
Misses 55 55
Partials 6 6 Continue to review full report at Codecov.
|
We have a warning on node 12 for windows -
Should we strip it in the snapshot? |
Yep, let's remove it |
1bb4f77
to
80d2418
Compare
80d2418
to
02d6fe0
Compare
Let's merge this after webpack/webpack-cli#2573, otherwise we need rebase again, it is painful for snapshots |
Both PRs are in different repositories, am I missing something here? |
Oh, yes, my mistake |
For Bugs and Features; did you add new tests?
yes added snapshots
Motivation / Use-Case
use snapshots for tests.
Breaking Changes
No
Additional Info
No