* Creates a repeated version of a top-level describes runner.
()
| 267 | * Creates a repeated version of a top-level describes runner. |
| 268 | */ |
| 269 | function createRepeatedRunner() { |
| 270 | const runner = repeatedEnv(); |
| 271 | runner.configure = () => new TestConfig(runner); |
| 272 | return runner; |
| 273 | } |
| 274 | |
| 275 | /** |
| 276 | * Mocks Window.fetch in the given environment and exposes `env.fetchMock`. For |
no test coverage detected