Javascript – Facing issue while migrating Jest@26 to Jest@27
I'm trying to migrate Jest from version 26 to 27 in my Next.js 13 project but facing the following error while running test after updating to Jest 27 version - FAIL src/__tests__/app.test.tsx ● Test suite failed to run Cannot combine…