MCPcopy
hub / github.com/ampproject/amphtml / resetExperimentTogglesForTesting

Function resetExperimentTogglesForTesting

src/experiments/index.js:240–243  ·  view source on GitHub ↗
(win)

Source from the content-addressed store, hash-verified

238 * @visibleForTesting
239 */
240export function resetExperimentTogglesForTesting(win) {
241 saveExperimentToggles(win, {});
242 win[TOGGLES_WINDOW_PROPERTY] = undefined;
243}
244
245/**
246 * In some browser implementations of Math.random(), sequential calls of

Callers 6

expectExperimentFunction · 0.85
expectToggleFunction · 0.85
test-amp-list.jsFile · 0.85
cleanupTestcaseFunction · 0.85

Calls 1

saveExperimentTogglesFunction · 0.85

Tested by

no test coverage detected