(testName: string)
| 30 | |
| 31 | const TEST_FILTERS: TestFilter[] = []; |
| 32 | const customInclude = (testName: string) => { |
| 33 | return true; |
| 34 | }; |
| 35 | setupTestFilters(TEST_FILTERS, customInclude); |
| 36 | |
| 37 | // Allow flags to override test envs |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…