import { FlowSteps } from './flow-steps.js'
import { renderWithContext } from './tests/with-app-context.js'

describe('<FlowSteps />', () => {
  it('renders', () => {
    expect(() => renderWithContext(<FlowSteps flow={[]} currentPath="" />)).not.toThrow()
  })
})
