Skip to content

Commit aa86468

Browse files
committed
test: nest fixture in node_modules
1 parent 74b0f27 commit aa86468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mkdist.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { afterAll, describe, expect, it } from 'vitest'
66
import { vueLoader } from '../src/mkdist'
77

88
describe('transform typescript script setup', () => {
9-
const tmpDir = fileURLToPath(new URL('./.tmp/fixtures', import.meta.url))
9+
const tmpDir = fileURLToPath(new URL('../node_modules/.tmp/fixtures', import.meta.url))
1010
afterAll(async () => {
1111
await rm(tmpDir, { force: true, recursive: true })
1212
})

0 commit comments

Comments
 (0)