⬅️ Back to Table of Contents
📄 index.browser.test.ts
📊 Analysis Summary
Metric |
Count |
📦 Imports |
8 |
📊 Variables & Constants |
5 |
📚 Table of Contents
🛠️ File Location:
📂 packages/core/useAnimate/index.browser.test.ts
📦 Imports
Name |
Source |
mount |
@vue/test-utils |
useAnimate |
@vueuse/core |
describe |
vitest |
expect |
vitest |
it |
vitest |
vi |
vitest |
defineComponent |
vue |
shallowRef |
vue |
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
vm |
any |
const |
wrapper.vm |
✗ |
vm |
any |
let/var |
wrapper.vm |
✗ |
vm |
any |
let/var |
wrapper.vm |
✗ |
animation |
any |
let/var |
vm.animate! |
✗ |
keyframe |
KeyframeEffect |
const |
animation.effect as KeyframeEffect |
✗ |