cloak.spec.ts — vue Source File
Architecture documentation for cloak.spec.ts, a typescript file in the vue codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 5bf32ca0_f762_4aaa_48d4_0a6f11c750f1["cloak.spec.ts"] c5601857_7faf_30c6_efca_20de90db006c["vue"] 5bf32ca0_f762_4aaa_48d4_0a6f11c750f1 --> c5601857_7faf_30c6_efca_20de90db006c style 5bf32ca0_f762_4aaa_48d4_0a6f11c750f1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import Vue from 'vue'
describe('Directive v-cloak', () => {
it('should be removed after compile', () => {
const el = document.createElement('div')
el.setAttribute('v-cloak', '')
const vm = new Vue({ el })
expect(vm.$el.hasAttribute('v-cloak')).toBe(false)
})
})
Dependencies
- vue
Source
Frequently Asked Questions
What does cloak.spec.ts do?
cloak.spec.ts is a source file in the vue codebase, written in typescript.
What does cloak.spec.ts depend on?
cloak.spec.ts imports 1 module(s): vue.
Where is cloak.spec.ts in the architecture?
cloak.spec.ts is located at test/unit/features/directives/cloak.spec.ts (directory: test/unit/features/directives).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free