Compile errors on `docker-compose up`

Trying to create a local environment again after some time, I got a lot of these errors:

helpful-contact-form-nodejs-1  | ERROR in /workspaces/outage-form/src/components/contact-form/ContactForm.test.tsx               
helpful-contact-form-nodejs-1  | 17:20-37                                                                                               
helpful-contact-form-nodejs-1  | [tsl] ERROR in /workspaces/outage-form/src/components/contact-form/ContactForm.test.tsx(17,21)
helpful-contact-form-nodejs-1  |       TS2339: Property 'toBeInTheDocument' does not exist on type 'JestMatchers<HTMLElement>'.

Apparently some things changed in node land.