Skip to content

Commit 708acf2

Browse files
test: remove skip
1 parent f46957e commit 708acf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/tooltip-props.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ describe('tooltip props', () => {
9999
expect(container).toMatchSnapshot()
100100
})
101101

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

0 commit comments

Comments
 (0)