Skip to content

Commit c814cc9

Browse files
committed
test: fix tmp file path
1 parent 2c58e61 commit c814cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/2.x/style/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const fs = require('fs')
22

3-
const testDir = 'node_modules/vue-jest-test'
3+
const testDir = '../../../node_modules/vue-jest-test'
44

55
if (!fs.existsSync(testDir)) {
66
fs.mkdirSync(testDir)

0 commit comments

Comments
 (0)