Skip to content

Commit 29354e4

Browse files
committed
chore: fix lint
1 parent b73dcd7 commit 29354e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rollup.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import alias from '@rollup/plugin-alias'
33
import { outputToSnapshot } from '@sxzz/test-utils'
44
import { rollup } from 'rollup'
55
import esbuild from 'rollup-plugin-esbuild'
6-
import { describe, expect, test } from 'vitest'
6+
import { describe, test } from 'vitest'
77
import UnpluginIsolatedDecl from '../src/rollup'
88
import { expectSnapshot } from './_utils'
99

0 commit comments

Comments
 (0)