Yashar Fakhari
Yashar Fakhari
@fabrice-toussaint did you encounter an issue when using the module? I just tried it, and it worked just fine.
The issue is not patch package. It is your node_modules being modified. When you switch branches, git switching you between your own code versions and ignoring changes in node_modules. You...
Which OS did you have this issue on? Was the patch created in the same OS?
I am not sure if this is a good idea because it can mask issues in all environments, not just CI.
Is there a reason that you have ended up with so many patches that is hard to manage?
I have taken a stab at this and have this upgrade done along with upgrading other packages that are out of date and get all passes for `npm test`. Would...
I am working on it today, more specifically my list for today is: - Upgrade dependencies - Upgrade to the new @mochify/cli - Migrate from NYC to C8 (atm: I...
Fixed as part of: https://github.com/sinonjs/samsam/pull/260