Skip to content

Commit

Permalink
docs: add TimePicker test to the docs
Browse files Browse the repository at this point in the history
affects: @medly-components/core
  • Loading branch information
gmukul01 committed Dec 31, 2023
1 parent bddb9d6 commit 8b6e0f1
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ import { placements } from '../Popover/Popover.stories.tsx';
import { variants } from './TimePicker.stories';
import { useState } from 'react';

<Meta title="Core" component={TimePicker} />
<Meta
title="Core"
component={TimePicker}
parameters={{
jest: ['TimePicker.test.tsx']
}}
/>

# TimePicker Component

Expand Down

0 comments on commit 8b6e0f1

Please sign in to comment.