(win)
| 238 | * @visibleForTesting |
| 239 | */ |
| 240 | export 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 |
no test coverage detected