Questions tagged [teleport]

Teleport is an open source unified access plane that provides simple, authorized connectivity to linux servers, Kubernetes clusters, Web applications, and databases. Questions must be specifically related to software development, e.g. interacting with the teleport REST API. Questions about configuring or deploying teleport, as well as debugging teleport are off-topic.

23 questions
4
votes
1 answer

Vitest: Wrapper doesn't show "teleported" HTML

imagine we have two components, Modal.vue which is lets say a component that is used to display modal content (uses slots to take in JSX), and Component.vue which is the one with content we wish to test with vitest/jest: //Modal.vue