UNPKG

@navinc/base-react-components

Version:
10 lines (8 loc) 241 B
import React from 'react' import FlowSteps from './flow-steps.js' import { render } from '../tests/with-app-context.js' describe('<FlowSteps />', () => { it('renders', () => { expect(() => render(<FlowSteps />)).not.toThrow() }) })