add jest to tsconfig.json will solve this issue.
jest
tsconfig.json
Example:
// tsconfig.json { "compilerOptions": { "types": ["node", "express", "multer", "jest"], } }