mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-30 21:01:54 +08:00
mockImplementation expects (...args: unknown[]) => unknown, so typing the
callback parameter directly as { url: string | URL } failed with TS2345.
Accept variadic unknown args and cast args[0] instead.
|
||
|---|---|---|
| .. | ||
| cli | ||
| dashboard-ui-components | ||
| js | ||
| next | ||
| react | ||
| sc | ||
| shared | ||
| shared-backend | ||
| tanstack-start | ||
| template | ||
| ui | ||