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
Thread's dead, but for anyone with the same issue, I did find adding interface JestMatchers<T> extends Matchers<T> {} seemed to fix Intellisense, since Matchers seems to be what's showing up in @types/jest
Bug
package
version: 1.1.0node
version: 18.12.1npm
version: 8.19.2What you did:
jest.config.js
tsconfig.json
Then in my tests:
Then when running
npx tsc
I get:The text was updated successfully, but these errors were encountered: