We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd2c80 commit 3f82ca7Copy full SHA for 3f82ca7
componentDetection.test.ts
@@ -20,7 +20,7 @@ test("Parses CLI output", async () => {
20
});
21
22
describe("ComponentDetection.makePackageUrl", () => {
23
- test("returns a empty valid package url from null object", () => {
+ test("returns an empty string when packageUrlJson is null", () => {
24
const packageUrl = ComponentDetection.makePackageUrl(null);
25
expect(packageUrl).toBe("");
26
0 commit comments