mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-17 05:20:23 -07:00
chore(deps): pin dependencies and enforce 14-day update cooldown (#27948)
This commit is contained in:
@@ -278,7 +278,8 @@ describe('Session', () => {
|
||||
void,
|
||||
unknown
|
||||
> {
|
||||
yield* [];
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
yield* [] as any;
|
||||
throw error;
|
||||
}
|
||||
return errorGen();
|
||||
@@ -303,7 +304,8 @@ describe('Session', () => {
|
||||
void,
|
||||
unknown
|
||||
> {
|
||||
yield* [];
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
yield* [] as any;
|
||||
throw error;
|
||||
}
|
||||
return errorGen();
|
||||
@@ -473,7 +475,8 @@ describe('Session', () => {
|
||||
void,
|
||||
unknown
|
||||
> {
|
||||
yield* [];
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
yield* [] as any;
|
||||
throw customError;
|
||||
}
|
||||
return errorGen();
|
||||
|
||||
Reference in New Issue
Block a user