connectivedx / fuzzy-chainsaw

MIT License
11 stars 5 forks source link

Windows Karma Fix #332

Closed drolsen closed 6 years ago

drolsen commented 6 years ago

Upon trying to commit with a fresh copy of develop, I was not able to get past Karma now:

Karma Error

After spending quite a bit of time on this, it appears that one of our new modules is causing this Windows only Karma issue.

I tried to resolve the issue by:

Description

Motivation and Context

This resolves karma error for Windows users that would prevent user from being able to commit changes.

How Has This Been Tested?

Karma Success

Types of changes

Checklist:

bstaruk commented 6 years ago

I actually wasn't able to reproduce the original issue (Win10, Node 8.9.4), but I have no issues running build/dev/test commands with your tweaks either so it's all good!

I did notice that the yarn.lock file was removed but not added to the .gitignore, so it regenerates when yarn is run to install dependencies.

Let me know if anything changes and I can help to test again.

drolsen commented 6 years ago

I'm not sure why, but this evening this issue has seemed to resolved its self. I'm going to close this PR, but for legacy purposes I did try the following:

I can only assume a dependency out there in our plugin stack got hot patched over the last 24 hours and this now no longer an issue under original karma and karma-tap versions.