(testName: string)
| 188 | ]; |
| 189 | |
| 190 | const customInclude = (testName: string) => { |
| 191 | // Include webgpu specific tests. |
| 192 | if (testName.startsWith('webgpu')) { |
| 193 | return true; |
| 194 | } |
| 195 | return false; |
| 196 | }; |
| 197 | setupTestFilters(TEST_FILTERS, customInclude); |
| 198 | |
| 199 | // Allow flags to override test envs |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…