Level-Up-JavaScript-Testing-101
Level-Up-JavaScript-Testing-101 copied to clipboard
Autocomplete/Intellisense for Jest in VSCode
You have autocomplete/intellisense options in VSCode

Is there an extension you're using to get these? I have Orta's Jest and andys8's Jest Snippets installed, as well as Microsoft's Visual Studo IntelliCode. I'm using Windows.
@ajanick3 I got it to work by installing @types/jest, so with npm install @types/jest