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 3f82ca7 commit 203f6e5Copy full SHA for 203f6e5
componentDetection.test.ts
@@ -24,7 +24,7 @@ describe("ComponentDetection.makePackageUrl", () => {
24
const packageUrl = ComponentDetection.makePackageUrl(null);
25
expect(packageUrl).toBe("");
26
});
27
- test("returns a empty valid package url from null object properties", () => {
+ test("returns an empty string for null packageUrlJson properties", () => {
28
const packageUrl = ComponentDetection.makePackageUrl({
29
Scheme: null,
30
Type: null,
0 commit comments