mockReturnValue ([loadProductsOperation, setLoadProductsOperation]); const dispatch = jest.fn(); useDispatch.mockReturnValue(dispatch); ...
確定! 回上一頁