Does the vue unit test use Mocha+chai assertions to verify that the components of the page report errors?

// 
<div class="hello">
    <son></son>
</div>

// HellWorld
import HelloWorld from "@/components/HelloWorld.vue"3
// vue-test-utils
import { mount, createLocalVue } from "vue-test-utils"
//  son
Vue.component("Son", require("@/components/son.vue"))

// .sonsondiv
console.log(wrapper.find(".son").text())

>  
> [vue-test-utils]: find did not return .son, cannot calltext() on empty Wrapper
Aug.12,2021

wrapper = mount (component); wrapper.find ('.son')

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b316e5-2b5e6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b316e5-2b5e6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?