Skip to content

Commit

Permalink
chore: fix cli test
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 26, 2023
1 parent fd07217 commit c784ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { afterAll, beforeAll, describe, expect, it } from 'vitest'
import { startCli } from '../packages/cli/src/cli-start'
import { getWatcher } from '../packages/cli/src/watcher'

export const tempDir = resolve('.temp')
export const tempDir = resolve('_temp')
export const cli = resolve(__dirname, '../packages/cli/src/cli.ts')

beforeAll(async () => {
Expand Down

0 comments on commit c784ed1

Please sign in to comment.