fix(ci): restore contracts and type gates

This commit is contained in:
Peter Steinberger
2026-04-06 19:10:02 +01:00
parent 0419bf6324
commit 58d7df7985
8 changed files with 111 additions and 100 deletions

View File

@@ -8,7 +8,7 @@ import {
type TestEntry = {
id: string;
close: ReturnType<typeof vi.fn>;
close: () => Promise<void>;
};
function createTestCache(): ManagedCache<TestEntry> {