(filePath: string)
| 153 | } |
| 154 | |
| 155 | function isTestFile(filePath: string): boolean { |
| 156 | return /(?:test|spec|__tests__|_test\.|\.test\.|\.spec\.)/i.test(filePath); |
| 157 | } |
| 158 | |
| 159 | // --------------------------------------------------------------------------- |
| 160 | // rg argument construction |
no outgoing calls
no test coverage detected