SOLUTION for me
Thanks to Rakesh's comment, I installed @jest/globals and imported expect from that. I also set esModuleInterop to false in my tsconfig and installed this package: @types/testing-library__jest-dom
Now my code is without red squiggly lines :)