Skip to content

Commit b9586d9

Browse files
committed
test: fix temp dir to avoid being cleared.
1 parent de109e7 commit b9586d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ const jestRunner = createJestRunner(
2121
])
2222

2323
// ensure the basic temp files were genereatod
24-
createApp()
24+
createApp({
25+
temp: '.temp'
26+
})
2527
.process()
2628
.then(() => jestRunner())
2729
.catch(err => {

0 commit comments

Comments
 (0)