Skip to content

Commit 3ba567f

Browse files
committed
chore: add AnimatePresence custom prop test
1 parent f57720c commit 3ba567f

File tree

2 files changed

+1
-102
lines changed

2 files changed

+1
-102
lines changed

packages/motion/src/features/gestures/focus/__tests__/focus.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ describe('focus Gesture', () => {
124124
const element = getByTestId('myAnchorElement') as HTMLElement
125125
element.matches = () => true
126126
element.focus()
127-
await delay(0)
127+
await delay(15)
128128
resolve(opacity.get())
129129
})
130130

playground/vite/src/views/basic/index.vue

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)