Fix tests

This commit is contained in:
Justin Hutchings
2023-01-22 20:24:06 +00:00
parent e07757ee54
commit ffddd794e2
+1 -1
View File
@@ -7,7 +7,7 @@ test('Downloads CLI', async () => {
});
test('Runs CLI', async () => {
ComponentDetection.runComponentDetection('./test');
await ComponentDetection.runComponentDetection('./test');
expect(fs.existsSync(ComponentDetection.outputPath));
});