pub(crate) fn modified_tests(
config: &Config,
dir: &Path,
) -> Result<Vec<PathBuf>, String>
Expand description
Returns a list of modified/untracked test files that should be run when
the --only-modified
flag is in use.
(Might be inaccurate in some cases.)