mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 03:54:43 -07:00
fix: merge duplicate imports in packages/core (3/4) (#20928)
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
*/
|
||||
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { parseGoogleApiError } from './googleErrors.js';
|
||||
import type { QuotaFailure } from './googleErrors.js';
|
||||
import { parseGoogleApiError, type QuotaFailure } from './googleErrors.js';
|
||||
|
||||
describe('parseGoogleApiError', () => {
|
||||
it('should return null for non-gaxios errors', () => {
|
||||
|
||||
Reference in New Issue
Block a user