mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-16 06:43:07 -07:00
building and tests green
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
import { testTruncateProfile } from './sidecar/testProfile.js';
|
||||
import { describe, it, expect, vi, beforeEach, afterEach } from 'vitest';
|
||||
|
||||
import { testTruncateProfile } from './sidecar/testProfile.js';
|
||||
|
||||
@@ -9,7 +9,7 @@ import { StateSnapshotProcessor, type StateSnapshotProcessorOptions } from '../p
|
||||
export function registerBuiltInProcessors(registry: ProcessorRegistry) {
|
||||
registry.register<Record<string, never>>({
|
||||
id: 'BlobDegradationProcessor',
|
||||
schema: BlobDegradationProcessor.schema,
|
||||
schema: { type: 'object', properties: {} },
|
||||
create: (env) => new BlobDegradationProcessor(env),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user