Sounds like the type definitions for jest are not install in your project.Try adding them with:
npm install --save-dev @types/jest.
npm install --save-dev @types/jest