AI Features
Log In
0% completed
All Lessons
Free Lessons (4)
First Vue.js Component Unit Test
Setting up a vue-test sample project
Testing a Component
Testing a Component with vue-test-utils
Complete Project
Quiz
Testing Deeply Rendered Vue.js Components
Adding a Message Component
Testing MessageList with Message Component
Complete Project
Quiz
Testing Styles and Structure
The Wrapper Object
Complete Project
Quiz
Testing Properties and Custom Events
Properties
Custom Events
Complete Project
Quiz
Testing Computed Properties and Watchers
Computed Properties
Watchers
Complete Project
Quiz
Testing Methods and Mock Dependencies
Mock External Module Dependencies
Keeping Mocks Externalized
Complete Project
Quiz
Testing Vue.js Slots
Making MessageList a slot based Component
$children and $slots
Testing Slots
Testing Named Slots
Testing Contextual Slot Specs
Complete Project
Quiz
Enhance Jest configuration with Module Aliases
Webpack Aliases
Multiple Aliases
Complete Project
Quiz
Snapshot Testing
Rethinking in Snapshots
When Snapshot Testing Doesn’t Help
When a Test Fails
Complete Project
Quiz
Local Installation Guide
Installing Vue Application Locally
Project
Create a Healthcare Application Using Vue.js
Home
Courses
Testing Vue.js Components with Jest
$children and $slots
In this lesson, we will learn about $children and $slots.
We'll cover the following...
The slots Property of the options Object
The
slots
Property of the
options
...