Vue unit test error unit script error?

here is the code I wrote, which was confused by the wrong report

import "babel-polyfill"
import Vue from "vue"
import HiddenDetail from "@/components/components/HiddenDetail.vue"
import Vuex from "vuex"
import ElementUI from "element-ui"
import { mount, createLocalVue } from "vue-test-utils"
Vue.use(ElementUI)
const localVue = createLocalVue()
localVue.use(Vuex)
let wrapper
describe("", () => {
  console.log(HiddenDetail, "xcccss")
})

clipboard.png

Dec.24,2021
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-1b40697-2c4f1.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-1b40697-2c4f1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?