-
Notifications
You must be signed in to change notification settings - Fork 26
fix esm mocks on windows #71
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
|
@searls I tried testing on windows but ran into too many issues.
So I can't actually run the tests. Any advice on how to? I gave it a spin with large number of tests that use testdouble, and do see some bugs still present so not ready to merge yet.
Some resources perhaps needed to reference for a proper fix. |
64a9660 to
4d5c313
Compare
|
Thanks for continuing to work on this, I appreciate it. I won't be able to review for four or five days so feel free to keep pulling at this and polishing it |
|
Hey @connorjclark, is there anything you need from me for next steps here? I'm back in town and technically own a Windows machine so I could try setting it up for win32 development if need be to verify manually |
|
My plan at the moment is to first try it out on our Lighthouse unit tests on Window, but I've got a few more things to do first before I'll be able to try that. I'll comment here when I've verified it works on a big set of tests, so I'd hold off on your own verification until then. |
|
Hi @connorjclark, this was fixed in v0.6.16 thanks to @webstech's help! #89 (comment) |

ref testdouble/testdouble.js#491
Note: I am away from my windows machine so this is not yet verified. How can I configure the travis yml to run the tests on windows?