From 35c8ddfb58d6a857df59f8800a80f2b23e1ab813 Mon Sep 17 00:00:00 2001 From: Edwin Sirko Date: Fri, 26 Jan 2024 21:03:27 -0500 Subject: [PATCH] ok --- __tests__/fs-helper.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/__tests__/fs-helper.test.ts b/__tests__/fs-helper.test.ts index 22d2cf4..ba5bacf 100644 --- a/__tests__/fs-helper.test.ts +++ b/__tests__/fs-helper.test.ts @@ -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', () => {