Closed
Description
extend-expect
throws a couple more things onto extend
and of course typescript doesnt like that. Is there a way to also expand the types or otherwise modify index.d.ts to accommodate for the changed type signature of expect
?
for google purposes this is the error i get:
[ts] Property 'toHaveTextContent' does not exist on type 'Matchers<void>'.
any