-
Notifications
You must be signed in to change notification settings - Fork 67
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 webpack sourcemap tests #358
Conversation
So I ran
is this expected? |
so I actually forgot to checkout the PR's branch, but now, I'm getting even more failure, so I'm questioning if I'm running them properly? |
That's not expected, some of the failures seem mac-specific, I'll have a look at them later.
Edit: just saw your message that |
0590917
to
9d33a4d
Compare
I've fixed the tests on MacOS:
I have also made some further updates to the test setup:
To run the tests you may have to add |
The changes look good to me, but I must be doing something wrong, I get |
Hmm, I've never seen that error. Did you rebuild before trying to run the tests? |
yes I did
indeed, I was able to see that yesterday, the instance are kept alive for some reason. |
Most of the tests that verify sourcemap support for webpack bundles have been broken for a while, this PR fixes them.