(
patterns: Array<string>,
options: TestPathPatternsExecutorOptions,
)
| 105 | |
| 106 | describe('TestPathPatternsExecutor', () => { |
| 107 | const makeExecutor = ( |
| 108 | patterns: Array<string>, |
| 109 | options: TestPathPatternsExecutorOptions, |
| 110 | ) => new TestPathPatternsExecutor(new TestPathPatterns(patterns), options); |
| 111 | |
| 112 | testPathPatternsLikeTests(makeExecutor); |
| 113 |
no outgoing calls
no test coverage detected