Skip to content

Commit

Permalink
Update utils.test.js, add new dep
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Ruzavin <36166921+avgkoster@users.noreply.github.com>
  • Loading branch information
avgkoster authored Oct 27, 2023
1 parent befc96d commit a0b612f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1703,8 +1703,8 @@ test("parsePkgLock v3", async () => {
projectName: "cdxgen"
});
deps = parsedList.pkgList;
expect(deps.length).toEqual(1204);
expect(parsedList.dependenciesList.length).toEqual(1204);
expect(deps.length).toEqual(1210);
expect(parsedList.dependenciesList.length).toEqual(1210);
});

test("parseBowerJson", async () => {
Expand Down

0 comments on commit a0b612f

Please sign in to comment.