Hi @Sharma, Deepak,
Have you installed Jest and Enzyme? You can install them by following cmdlet
npm install enzyme enzyme-adapter-react-16 react-test-renderer @types/enzyme --save-dev --save-exact
npm install jest jest-junit ts-jest @types/jest --save-dev --save-exact
And also you will need to setup the jest with spfx, please check the following steps in the nice article
https://www.c-sharpcorner.com/article/spfx-unit-test-with-jest-and-enzyme/
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.