I've been looking through the code but it seems like the only way to influence the test file checker only considers the file base name. I'm currently in the situation where the project I'm working on arranges tests like this:
- src/some-file.js
- test/some-file.js
Is there any way to teach projectile about this?