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
I have been locally running MSP using stryker-js (stryker-mutator/stryker-js#5086).
While testing I noticed that it's currently not working if i pass the a result from discover into mutationTest.
I have been locally running MSP using stryker-js (stryker-mutator/stryker-js#5086).
While testing I noticed that it's currently not working if i pass the a result from
discover
intomutationTest
.For example turning this mutant:
Into
src/utils/file-utils.ts:8:32-8:64
and passing it tomutationTest
doesn't test any mutants.Could this be caused by the mutation-testing-schema location to have an exclusive end, and the MSP an inclusive?
The text was updated successfully, but these errors were encountered: