Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mysteryven committed Dec 31, 2022
1 parent d32f853 commit 5b5b8ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/reporters/tests/reporters.spec.ts
@@ -1,7 +1,6 @@
import { existsSync, readFileSync, rmSync } from 'fs'
import { afterEach, expect, test, vi } from 'vitest'
import { normalize, resolve } from 'pathe'
import { execa } from 'execa'
import { JsonReporter } from '../../../packages/vitest/src/node/reporters/json'
import { JUnitReporter } from '../../../packages/vitest/src/node/reporters/junit'
import { TapReporter } from '../../../packages/vitest/src/node/reporters/tap'
Expand Down

0 comments on commit 5b5b8ad

Please sign in to comment.