expectTextContent() — vue Function Reference
Architecture documentation for the expectTextContent() function in once.spec.ts from the vue codebase.
Entity Profile
Relationship Graph
Source Code
test/unit/features/directives/once.spec.ts lines 384–386
function expectTextContent(vm, text) {
expect(vm.$el.textContent.replace(/\s+/g, '')).toBe(text)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free