Skip to content

Commit 8b0e913

Browse files
committed
chore: fix lint
1 parent 43a451b commit 8b0e913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/transform.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// <reference types="vite/client" />
2-
import { unlink, writeFile } from 'node:fs/promises'
2+
import { writeFile } from 'node:fs/promises'
33
import path from 'node:path'
44
import { pathToFileURL } from 'node:url'
55
import { testFixtures } from '@sxzz/test-utils'

0 commit comments

Comments
 (0)