I try to create an intial setup for jest in react + typescript.I have completed the initial setup and try to check whether the test runs. When i run the test using the comma
In tsconfig.json add the below code
"types": ["jest"], "typeRoots": ["./src/types", "node_modules/@types"],