chore: clean git cache

This commit is contained in:
GitHub Actions
2026-02-09 21:42:54 +00:00
parent 177e309b38
commit 74a51ee151
1800 changed files with 0 additions and 619528 deletions
-13
View File
@@ -1,13 +0,0 @@
// Test-only type shims to satisfy strict type-checking in CI
// Import jest-dom matchers for vitest
/// <reference types="@testing-library/jest-dom/vitest" />
// Properly type the default export from @testing-library/user-event
declare module '@testing-library/user-event' {
import type { UserEvent } from '@testing-library/user-event/dist/types/setup/setup'
const userEvent: UserEvent
export default userEvent
export { userEvent }
export type { UserEvent }
}
-5
View File
@@ -1,5 +0,0 @@
// ambient module declaration to satisfy typescript in editor environment
declare module '@testing-library/user-event' {
const userEvent: unknown;
export default userEvent;
}