Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Oct 25, 2024
1 parent 64fd8c4 commit a5c5b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/browser/src/node/serverTester.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import type { IncomingMessage, ServerResponse } from 'node:http'
import type { Connect } from 'vite'
import type { BrowserServer } from './server'
import crypto from 'node:crypto'
import { stringify } from 'flatted'
import type { Connect } from 'vite'
import { replacer } from './utils'

export async function resolveTester(
Expand Down
2 changes: 1 addition & 1 deletion test/config/test/browser-html.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { expect, test } from 'vitest'
import { resolve } from 'pathe'
import { expect, test } from 'vitest'
import { runVitest } from '../../test-utils'

const root = resolve(import.meta.dirname, '../fixtures/browser-custom-html')
Expand Down

0 comments on commit a5c5b04

Please sign in to comment.