Skip to content

Commit

Permalink
test: remove skip
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljablonski committed Feb 18, 2024
1 parent f46957e commit 708acf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/tooltip-props.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ describe('tooltip props', () => {
expect(container).toMatchSnapshot()
})

test.only('tooltip with delay show', async () => {
test('tooltip with delay show', async () => {
const { container } = render(
<TooltipProps id="example-delay-show" content="Hello World!" delayShow={300} />,
)
Expand Down

0 comments on commit 708acf2

Please sign in to comment.