Stub component detection download and execution
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import {downloadLatestRelease, runComponentDetection} from './componentDetection';
|
||||
|
||||
test('Downloads CLI', async () => {
|
||||
downloadLatestRelease();
|
||||
});
|
||||
|
||||
test('Runs CLI', async () => {
|
||||
runComponentDetection('./test');
|
||||
});
|
||||
Reference in New Issue
Block a user