We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b0f27 commit aa86468Copy full SHA for aa86468
test/mkdist.test.ts
@@ -6,7 +6,7 @@ import { afterAll, describe, expect, it } from 'vitest'
6
import { vueLoader } from '../src/mkdist'
7
8
describe('transform typescript script setup', () => {
9
- const tmpDir = fileURLToPath(new URL('./.tmp/fixtures', import.meta.url))
+ const tmpDir = fileURLToPath(new URL('../node_modules/.tmp/fixtures', import.meta.url))
10
afterAll(async () => {
11
await rm(tmpDir, { force: true, recursive: true })
12
})
0 commit comments