mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
corrected test names
This commit is contained in:
parent
be6c299a88
commit
11a136867e
@ -5,7 +5,7 @@ import { VApp } from 'vuetify/components'
|
|||||||
|
|
||||||
import TopMenu from './TopMenu.vue'
|
import TopMenu from './TopMenu.vue'
|
||||||
|
|
||||||
describe('FooterMenu', () => {
|
describe('TopMenu', () => {
|
||||||
const wrapper = mount(VApp, {
|
const wrapper = mount(VApp, {
|
||||||
slots: {
|
slots: {
|
||||||
default: h(TopMenu),
|
default: h(TopMenu),
|
||||||
|
|||||||
@ -5,7 +5,7 @@ import { VApp } from 'vuetify/components'
|
|||||||
|
|
||||||
import AboutPage from './+Page.vue'
|
import AboutPage from './+Page.vue'
|
||||||
|
|
||||||
describe('DataPrivacyPage', () => {
|
describe('AboutPage', () => {
|
||||||
const wrapper = mount(VApp, {
|
const wrapper = mount(VApp, {
|
||||||
slots: {
|
slots: {
|
||||||
default: h(AboutPage as Component),
|
default: h(AboutPage as Component),
|
||||||
|
|||||||
@ -5,7 +5,7 @@ import { VApp } from 'vuetify/components'
|
|||||||
|
|
||||||
import AppPage from './+Page.vue'
|
import AppPage from './+Page.vue'
|
||||||
|
|
||||||
describe('DataPrivacyPage', () => {
|
describe('AppPage', () => {
|
||||||
const wrapper = mount(VApp, {
|
const wrapper = mount(VApp, {
|
||||||
slots: {
|
slots: {
|
||||||
default: h(AppPage as Component),
|
default: h(AppPage as Component),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user