Hook up the front end

This commit is contained in:
Justin Hutchings
2023-01-22 01:06:08 +00:00
parent 54c1b17e12
commit 5db9416322
7 changed files with 8687 additions and 175 deletions

View File

@@ -1,4 +1,4 @@
import {downloadLatestRelease, runComponentDetection} from './componentDetection';
import {downloadLatestRelease, getManifestsFromResults, runComponentDetection} from './componentDetection';
test('Downloads CLI', async () => {
downloadLatestRelease();
@@ -6,4 +6,8 @@ test('Downloads CLI', async () => {
test('Runs CLI', async () => {
runComponentDetection('./test');
});
test('Parses CLI output', async () => {
getManifestsFromResults();
});