Skip to content

Commit 09a2613

Browse files
author
Günter Schafranek
committed
test(utils): Adapted parsePnpmLock test
- since pnpm lock changed to added packages Signed-off-by: Günter Schafranek <[email protected]>
1 parent df3d26b commit 09a2613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/helpers/utils.poku.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3942,8 +3942,8 @@ it("parsePnpmLock", async () => {
39423942
3,
39433943
);
39443944
parsedList = await parsePnpmLock("./pnpm-lock.yaml");
3945-
assert.deepStrictEqual(parsedList.pkgList.length, 355);
3946-
assert.deepStrictEqual(parsedList.dependenciesList.length, 355);
3945+
assert.deepStrictEqual(parsedList.pkgList.length, 367);
3946+
assert.deepStrictEqual(parsedList.dependenciesList.length, 367);
39473947
assert.ok(parsedList.pkgList[0]);
39483948
assert.ok(parsedList.dependenciesList[0]);
39493949
parsedList = await parsePnpmLock(

0 commit comments

Comments
 (0)