chore: migrate to @nuxt/test-utils alpha (#1133)

* test: update snapshots to remove quotes

* chore: add alpha versions of test-utils

* chore: migrate to new test format

* test: slightly improve typing in suite

* test: improve safety of basic test
This commit is contained in:
Daniel Roe
2023-12-19 11:37:57 +01:00
committed by GitHub
parent 5c99ae131d
commit 1a1c640220
8 changed files with 283 additions and 287 deletions

View File

@@ -1,8 +1,8 @@
import { mountSuspended } from 'nuxt-vitest/utils'
import { mountSuspended } from '@nuxt/test-utils/runtime'
import path from 'path'
export default async function (nameOrHtml: string, options: any, component: any) {
let html
let html: string
const name = path.parse(component.__file).name
if (options === undefined) {
const app = {