From ffddd794e26d161e68bd9a018b4443308d47d5e2 Mon Sep 17 00:00:00 2001 From: Justin Hutchings Date: Sun, 22 Jan 2023 20:24:06 +0000 Subject: [PATCH] Fix tests --- componentDetection.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/componentDetection.test.ts b/componentDetection.test.ts index ab01aed..311c646 100644 --- a/componentDetection.test.ts +++ b/componentDetection.test.ts @@ -7,7 +7,7 @@ test('Downloads CLI', async () => { }); test('Runs CLI', async () => { - ComponentDetection.runComponentDetection('./test'); + await ComponentDetection.runComponentDetection('./test'); expect(fs.existsSync(ComponentDetection.outputPath)); });