Skip to content

Commit f961bf0

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
remove commented code
1 parent f8ef55a commit f961bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/tests/sdk-tests/ik-image.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ describe("IkImageComponent", () => {
324324
});
325325

326326
it("onImageLoaded should load the image when not lazy loading and the event source matches lqipUrl", () => {
327-
const fixture = TestBed.createComponent(IkImageComponent);
327+
// const fixture = TestBed.createComponent(IkImageComponent);
328328
const component = fixture.componentInstance;
329329
component.loading = "eager"; // Set to eager (not lazy) loading
330330
component.lqipUrl = "lqip-url"; // Set a sample lqip URL

0 commit comments

Comments
 (0)