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