Fix tests
This commit is contained in:
@@ -7,7 +7,7 @@ test('Downloads CLI', async () => {
|
||||
});
|
||||
|
||||
test('Runs CLI', async () => {
|
||||
ComponentDetection.runComponentDetection('./test');
|
||||
await ComponentDetection.runComponentDetection('./test');
|
||||
expect(fs.existsSync(ComponentDetection.outputPath));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user