Skip to content

Commit ffddd79

Browse files
committed
Fix tests
1 parent e07757e commit ffddd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

componentDetection.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ test('Downloads CLI', async () => {
77
});
88

99
test('Runs CLI', async () => {
10-
ComponentDetection.runComponentDetection('./test');
10+
await ComponentDetection.runComponentDetection('./test');
1111
expect(fs.existsSync(ComponentDetection.outputPath));
1212
});
1313

0 commit comments

Comments
 (0)