cypress를 도입하면서, jest의 toEqual 프로퍼티를 찾지 못하는 현상이 발생하였습니다.
import { expect } from '@jest/globals';
"exclude": [
"./cypress.config.ts",
//other exclusions that may help https://github.com/cypress-io/cypress/issues/22059#issuecomment-1428298264
"node_modules",
"cypress",
"**/*.cy.tsx"
]