Skip to content

Commit

Permalink
chore: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyinws committed Dec 11, 2024
1 parent c6256c1 commit cb15605
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/transform.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { join } from 'pathe'
import { describe, expect, it, vi } from 'vitest'
import { resolveOptions } from '../src/core/options'
import { transform } from '../src/core/transform'
import { COMMENT_TOP_FILE } from './fixtures/comments'
import { INCLUDES_HIGHLIGHT, SVELTE, TSX, TYPESCRIPT, UTF_8, VUE_OPTIONS, VUE_SCRIPT_SETUP, WIN_PATH } from './fixtures/transform'

vi.mock('node:process', () => {
Expand Down

0 comments on commit cb15605

Please sign in to comment.