⬅️ Back to Table of Contents
📄 directive.test.ts
📊 Analysis Summary
| Metric |
Count |
| 📦 Imports |
10 |
| 📊 Variables & Constants |
2 |
📚 Table of Contents
🛠️ File Location:
📂 packages/core/useResizeObserver/directive.test.ts
📦 Imports
| Name |
Source |
VueWrapper |
@vue/test-utils |
UseResizeObserverOptions |
./index |
mount |
@vue/test-utils |
beforeEach |
vitest |
describe |
vitest |
expect |
vitest |
it |
vitest |
vi |
vitest |
defineComponent |
vue |
vResizeObserver |
./directive |
Variables & Constants
| Name |
Type |
Kind |
Value |
Exported |
wrapper |
VueWrapper<any> |
let/var |
*not shown* |
✗ |
options |
UseResizeObserverOptions |
const |
`{ |
|
| box: 'border-box', |
|
|
|
|
| }` |
✗ |
|
|
|