style: lint

This commit is contained in:
Daniel Roe 2023-04-06 13:12:20 +01:00
parent 72ba53efbc
commit f1baa0355b
1 changed files with 1 additions and 1 deletions

View File

@ -4,10 +4,10 @@ import { joinURL, withQuery } from 'ufo'
import { isCI, isWindows } from 'std-env'
import { normalize } from 'pathe'
import { setup, fetch, $fetch, startServer, isDev, createPage, url } from '@nuxt/test-utils'
import { $fetchComponent } from '@nuxt/test-utils/experimental'
import type { NuxtIslandResponse } from '../packages/nuxt/src/core/runtime/nitro/renderer'
import { expectNoClientErrors, expectWithPolling, renderPage, withLogs } from './utils'
import { $fetchComponent } from '@nuxt/test-utils/experimental'
const isWebpack = process.env.TEST_BUILDER === 'webpack'