Skip to content

Commit

Permalink
chore: fix import from #types
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jan 21, 2023
1 parent e64570d commit 20d5126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/node/reporters/basic.ts
@@ -1,5 +1,5 @@
import type { File } from '../../types/tasks'
import { BaseReporter } from './base'
import type { File } from '#types'

export class BasicReporter extends BaseReporter {
isTTY = false
Expand Down

0 comments on commit 20d5126

Please sign in to comment.