string[]
['**/node_modules/**', '**/dist/**', '**/.{idea,git,cache,output,temp}/**']
--exclude "**/node_modules/**"
A list of glob patterns that should be excluded from your test files. Custom configurations will be merged with Rstest's default exclude patterns.
Exclude the test files under node_modules
: