MCPcopy Create free account
hub / github.com/ampproject/amphtml / createRepeatedRunner

Function createRepeatedRunner

testing/describes.js:269–273  ·  view source on GitHub ↗

* Creates a repeated version of a top-level describes runner.

()

Source from the content-addressed store, hash-verified

267 * Creates a repeated version of a top-level describes runner.
268 */
269function 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

Callers 1

describes.jsFile · 0.85

Calls 1

repeatedEnvFunction · 0.85

Tested by

no test coverage detected