开发者问题收集
我正在 React 中尝试 Cypress 组件测试,我对一些基本的东西有点困惑,比如如何断言点击处理程序。在 Jest 中,我可以做类似的事情const hideMock = jest.fn();renderWithProviders(<EmployeeCreationWizardhide={hideMock}isVisible={true}employeeId={123}/>,);await