Skip to content

Commit

Permalink
fix(test:ci): reporters utils test is failing (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed May 14, 2022
1 parent 4a63e9c commit 775a26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reporters/tests/utils.test.ts
Expand Up @@ -5,7 +5,7 @@ import { resolve } from 'pathe'
import type { ViteNodeRunner } from 'vite-node/client'
import { describe, expect, test } from 'vitest'
import { createReporters } from 'vitest/src/node/reporters/utils'
import { DefaultReporter } from '../../../../vitest/packages/vitest/src/node/reporters/default'
import { DefaultReporter } from '../../../packages/vitest/src/node/reporters/default'
import TestReporter from '../src/custom-reporter'

const customReporterPath = resolve(__dirname, '../src/custom-reporter.js')
Expand Down

0 comments on commit 775a26d

Please sign in to comment.