Editor autocompletion
Some editors (VSCode, WebStorm, and others) uses type definition from TypeScript to show suggestion and autcompletion. These can be installed even if we use JavaScript in out tests (running npm install @types/jest --save-dev
).
Author: Jaga Santagostino