📄 index.test.ts
¶
📊 Analysis Summary¶
Metric | Count |
---|---|
📦 Imports | 6 |
📊 Variables & Constants | 2 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/core/useConfirmDialog/index.test.ts
📦 Imports¶
Name | Source |
---|---|
describe |
vitest |
expect |
vitest |
it |
vitest |
nextTick |
vue |
shallowRef |
vue |
useConfirmDialog |
./index |
Variables & Constants¶
Name | Type | Kind | Value | Exported |
---|---|---|---|---|
data |
{ value: string; } |
const | { value: 'confirm' } |
✗ |
data |
{ value: string; } |
let/var | { value: 'confirm' } |
✗ |