INTO-CPS-Association/DTaaS

View on GitHub
client/test/__mocks__/unit/component_mocks.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import * as React from 'react';
// Will contain mocks of relevant components.

jest.mock('components/LinkButtons', () => ({
  default: () => <div role="button">Button</div>,
}));