Skip to content

Commit 097a00a

Browse files
author
Günter Schafranek
committed
test(utils): Adapted parsePnpmLock test
- since pnpm lock changed to added packages
1 parent ad1cff2 commit 097a00a

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)