infection/tests-checker

[Feature Request] Support fuzzy matching for testsDir

dengfuping opened this issue · 1 comments

  • For monorepo managed by lerna, there are many testsDir with same name. And I don't want to set it for every package. Hope to change the default strategy of exact matching or supply options for configure it.

return file.filename.indexOf(testDir + '/') === 0;

I'm very sorry about such a late response. If you still need id, feel free to open a PR - I will be happy to merge it