Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
style: reorder import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 8, 2022
1 parent 8dc051f commit bffe838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.ts
@@ -1,6 +1,6 @@
import { expect } from 'vitest'
import { createPage, getBrowser, url, useTestContext } from '@nuxt/test-utils'
import type { Page } from 'playwright'
import { createPage, getBrowser, url, useTestContext } from '@nuxt/test-utils'

export async function renderPage (path = '/') {
const ctx = useTestContext()
Expand Down

0 comments on commit bffe838

Please sign in to comment.