INTO-CPS-Association/DTaaS

View on GitHub
client/test/preview/__mocks__/unit/module_mocks.ts

Summary

Maintainability
A
50 mins
Test Coverage
jest.mock('react-redux', () => ({
  ...jest.requireActual('react-redux'),
  useDispatch: jest.fn(),
  useSelector: jest.fn(),
}));