The jest library is failing to find test matches for testing.  Even though the .spec.js and .test.js files are present under the src directory  Maybe there is some sort of issue with the jest config files due to which it's not getting the proper path towards the test files.
The jest library is failing to find test matches for testing.
Even though the .spec.js and .test.js files are present under the src directory
Maybe there is some sort of issue with the jest config files due to which it's not getting the proper path towards the test files.