mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-20 10:10:56 -07:00
e356949d3f
Co-authored-by: Scott Densmore <scottdensmore@mac.com>
11 lines
221 B
TypeScript
11 lines
221 B
TypeScript
/**
|
|
* @license
|
|
* Copyright 2025 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
import { setSimulate429 } from './src/utils/testUtils.js';
|
|
|
|
// Disable 429 simulation globally for all tests
|
|
setSimulate429(false);
|