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 63afe9f8_a9ec_300e_975d_872c657ba768["cloak.spec.ts"] db9e7bef_009d_3918_6e7d_543a36a38d75["vue"] 63afe9f8_a9ec_300e_975d_872c657ba768 --> db9e7bef_009d_3918_6e7d_543a36a38d75 style 63afe9f8_a9ec_300e_975d_872c657ba768 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