Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false at AppsMain

13 Views Asked by At

seeing the below error for tests that are running in production but they are running fine in staging environment

Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false at AppsMain

checked all config b/w stg and prod are same

0

There are 0 best solutions below