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
/** * @type {import('@stryker-mutator/api/core').StrykerOptions} */module.exports={_comment:
"This config was generated using 'stryker init'. Please see the guide for more information: https://stryker-mutator.io/docs/stryker-js/guides/vuejs",testRunner: "jest",mutator: {plugins: [],},jest: {},mutate: ['*.vue'],reporters: ["progress","clear-text","html"],coverageAnalysis: "off",};
Summary
When mutation testing vue file with tsx script, no mutant is generated
minimal bad case repo: https://github.com/zeyangxu/stryker-js-bad-case
Stryker config
Test runner config
Stryker environment
Test runner environment
Your Environment
Add stryker.log
The text was updated successfully, but these errors were encountered: