You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parameter type HeadersType is declared too wide for argument type IncomingHttpHeaders & HeadersType.
I understand this has something to do with expectType being is strict mode (#40). Can you please share how I could improve my type check here? Should I use something other than void?
I'm getting this error message from my unit test:
I understand this has something to do with
expectType
being is strict mode (#40). Can you please share how I could improve my type check here? Should I use something other than void?The type definition (simplified)
And my test implementation (simplified)
I made a typescript playground that implements this pattern so I don't know why its failing in TSD
The text was updated successfully, but these errors were encountered: