Currently built-in is _test_file function is used before the provided function, that does not allow to run tests on any file that does not match default patterns. For example, it's not possible to run a test for integration.ts.
The fix runs a custom check for all files on a project.
Currently built-in
is _test_file
function is used before the provided function, that does not allow to run tests on any file that does not match default patterns. For example, it's not possible to run a test forintegration.ts
. The fix runs a custom check for all files on a project.