Skip to content

Commit 1eb35a8

Browse files
committed
wtffff
1 parent b60c4bf commit 1eb35a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/static/index-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ function createTmpDir (structure) {
2222
createStructure(path, value)
2323
}
2424
else {
25-
// Ensure parent directory exists for files
2625
const dir = dirname(path)
2726
mkdirSync(dir, { recursive: true })
2827
writeFileSync(path, value || '')

0 commit comments

Comments
 (0)