I have the following simple test: jest.mock("@chakra-ui/react", () => ({ useMediaQuery: jest.fn().mockImplementation(() => ({ isMobile: ...
確定! 回上一頁