We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60c4bf commit 1eb35a8Copy full SHA for 1eb35a8
test/integration/static/index-test.js
@@ -22,7 +22,6 @@ function createTmpDir (structure) {
22
createStructure(path, value)
23
}
24
else {
25
- // Ensure parent directory exists for files
26
const dir = dirname(path)
27
mkdirSync(dir, { recursive: true })
28
writeFileSync(path, value || '')
0 commit comments