We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07757e commit ffddd79Copy full SHA for ffddd79
componentDetection.test.ts
@@ -7,7 +7,7 @@ test('Downloads CLI', async () => {
7
});
8
9
test('Runs CLI', async () => {
10
- ComponentDetection.runComponentDetection('./test');
+ await ComponentDetection.runComponentDetection('./test');
11
expect(fs.existsSync(ComponentDetection.outputPath));
12
13
0 commit comments