UNPKG

@navinc/base-react-components

Version:
9 lines (7 loc) 236 B
import FlowSteps from './flow-steps.js' import { renderWithContext } from './tests/with-app-context.js' describe('<FlowSteps />', () => { it('renders', () => { expect(() => renderWithContext(<FlowSteps />)).not.toThrow() }) })