- Notifications
You must be signed in to change notification settings - Fork410
Custom matchers are working when running my tests, but not available in my typedefs/autocomplete in vscode#670
-
I'm trying to add custom jest matchers to my Angular project. It seems like everything is set up correctly, but I can't get vscode to recognize the custom matchers in my spec files. If I manually And my test file in question is located at: Any thoughts what might be going on here? My tsconfig.spec.json:
My jest-setup.ts:
|
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Ugh. I needed to install the typedefs 🤦 Sadly, this wasn't showing up as an error in my tsconfig.spec.json, but when I tried adding the |
BetaWas this translation helpful?Give feedback.