From e6398ebbe37e920b4cfa54d5947845ccbd0b39e2 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 18 Oct 2019 12:34:32 +0200 Subject: [PATCH] fix(core): update --- test/test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.ts b/test/test.ts index a25867e..8f55dd2 100644 --- a/test/test.ts +++ b/test/test.ts @@ -60,6 +60,7 @@ tap.test('should get base directory', async () => { const directories = await baseDirectory.listDirectories(); expect(directories.length).to.equal(3); const files = await baseDirectory.listFiles(); + console.log(files); }); tap.test('clean up directory style tests', async () => {