Skip to content

Commit

Permalink
Add previously missing root pkg dependencies to the tests
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Liias <[email protected]>
  • Loading branch information
robaliias committed Oct 15, 2023
1 parent 4234228 commit c91ffff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1265,6 +1265,9 @@ test("parse project.assets.json", async () => {
expect(dep_list["dependenciesList"][0]).toEqual({
dependsOn: [
"pkg:nuget/[email protected]",
"pkg:nuget/[email protected]",
"pkg:nuget/[email protected]",
"pkg:nuget/[email protected]",
"pkg:nuget/[email protected]",
"pkg:nuget/[email protected]",
"pkg:nuget/[email protected]",
Expand Down

0 comments on commit c91ffff

Please sign in to comment.