Skip to content

Commit fcd2c80

Browse files
felickzCopilot
andauthored
Update componentDetection.test.ts
Co-authored-by: Copilot <[email protected]>
1 parent b69d2d2 commit fcd2c80

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

componentDetection.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ describe("ComponentDetection.makePackageUrl", () => {
2424
const packageUrl = ComponentDetection.makePackageUrl(null);
2525
expect(packageUrl).toBe("");
2626
});
27-
});
28-
29-
describe("ComponentDetection.makePackageUrl", () => {
3027
test("returns a empty valid package url from null object properties", () => {
3128
const packageUrl = ComponentDetection.makePackageUrl({
3229
Scheme: null,

0 commit comments

Comments
 (0)