mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 12:40:27 +00:00
fix(ci): restore contracts and type gates
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
|
||||
type TestEntry = {
|
||||
id: string;
|
||||
close: ReturnType<typeof vi.fn>;
|
||||
close: () => Promise<void>;
|
||||
};
|
||||
|
||||
function createTestCache(): ManagedCache<TestEntry> {
|
||||
|
||||
Reference in New Issue
Block a user