* Return a TestPathPatternsExecutor that can execute the patterns.
(
options: TestPathPatternsExecutorOptions,
)
| 40 | * Return a TestPathPatternsExecutor that can execute the patterns. |
| 41 | */ |
| 42 | toExecutor( |
| 43 | options: TestPathPatternsExecutorOptions, |
| 44 | ): TestPathPatternsExecutor { |
| 45 | return new TestPathPatternsExecutor(this, options); |
| 46 | } |
| 47 | |
| 48 | /** For jest serializers */ |
| 49 | toJSON(): any { |
no outgoing calls
no test coverage detected