This commit is contained in:
Edwin Sirko
2024-01-26 21:03:27 -05:00
parent 2052298171
commit 35c8ddfb58
+2
View File
@@ -82,6 +82,8 @@ describe('getConsolidatedDirectory', () => {
const { consolidatedPath, needToCleanUpDir } = fsHelper.getConsolidatedDirectory("folder1 folder4")
}).toThrow('filePath folder4 does not exist')
})
// TODO: consider doing the thing Michael suggested where we exclude directories starting with .
})
describe('createArchives', () => {