game-zone icon indicating copy to clipboard operation
game-zone copied to clipboard

Property 'toBeInTheDocument' does not exist on type 'JestMatchers<HTMLElement>

Open kevinmichaelchen opened this issue 1 year ago • 0 comments

I cloned this repo and ran

pnpm i
pnpm dev

But am getting some errors from the toBeInTheDocument function in App.test.tsx.

ERROR in src/App.test.tsx:8:23

TS2339: Property 'toBeInTheDocument' does not exist on type 'JestMatchers<HTMLElement>'.

kevinmichaelchen avatar Jul 18 '22 18:07 kevinmichaelchen