Skip to content

Commit 886c77e

Browse files
author
lshindelman
committed
add test for parseComposerJson
Signed-off-by: lshindelman <[email protected]>
1 parent c21c6ee commit 886c77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helpers/utils.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4472,7 +4472,7 @@ test("parseComposerJson", () => {
44724472
expect(Object.keys(retMap.rootRequires).length).toEqual(1);
44734473

44744474
retMap = parseComposerJson("./test/data/composer-2.json");
4475-
expect(Object.keys(retMap.rootRequires).length).toEqual(31)
4475+
expect(Object.keys(retMap.rootRequires).length).toEqual(31);
44764476
});
44774477

44784478
test("parseGemfileLockData", async () => {

0 commit comments

Comments
 (0)