find_test_scripts: Find the test files.
Description
Find the test files.
Usage
find_test_scripts(path, filter = NULL, invert = FALSE, ...)
Arguments
invert
If ‘TRUE’ return files which do not match.
...
Additional arguments passed to grepl()
to control filtering.