mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
type fixes ErrorPage
This commit is contained in:
parent
8db7686c19
commit
dcc44ec46b
@ -1,10 +1,10 @@
|
||||
import { mount } from '@vue/test-utils'
|
||||
import { describe, it, expect } from 'vitest'
|
||||
import { describe, it, expect, beforeEach } from 'vitest'
|
||||
|
||||
import ErrorPage from './_error.page.vue'
|
||||
|
||||
describe('ErrorPage', () => {
|
||||
let wrapper
|
||||
let wrapper: typeof ErrorPage
|
||||
const Wrapper = () => {
|
||||
return mount(ErrorPage)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user