<T = any>(_label: string, overrides?: Record<string, unknown> | undefined): T Create a Proxy where every method access returns a no-op async function.
Use for deps that may be reached during "correct auth passes guard" tests but whose return values don't matter. Unlike the explicit method listing, this auto-updates when interfaces change.
_label
stringoverrides?
explicit properties to set (e.g. {db: stub_db})
Record<string, unknown> | undefinedreturns
T