You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If I reference the latest version of Mocha (e.g. 7.1.1), I see the following warnings when doing an npm install:
npm WARN @stryker-mutator/mocha-framework@3.0.2 requires a peer of mocha@>= 2.3.3 < 7 but none is installed. You must install peer dependencies yourself.
npm WARN @stryker-mutator/mocha-runner@3.0.2 requires a peer of mocha@>= 2.3.3 < 7 but none is installed. You must install peer dependencies yourself.
Describe the solution you'd like
Is there a plan to update Stryker to explicitly support Mocha versions greater than 6?
Describe alternatives you've considered
Stryker appears to work correctly with Mocha 7, so simply ignoring the npm install warnings is OK for now.
Is there a plan to update Stryker to explicitly support Mocha versions greater than 6?
Of course we are 😅. Just didn't get around to it.
Can you confirm that Stryker 3.0.2 works well with mocha 7? On the surface there doesn't seem to be any breaking changes on the mocha API that we're using.
Is your feature request related to a problem? Please describe.
If I reference the latest version of Mocha (e.g. 7.1.1), I see the following warnings when doing an
npm install
:Describe the solution you'd like
Is there a plan to update Stryker to explicitly support Mocha versions greater than 6?
Describe alternatives you've considered
Stryker appears to work correctly with Mocha 7, so simply ignoring the
npm install
warnings is OK for now.Additional context
FYI:
The text was updated successfully, but these errors were encountered: