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 3b1d7ea commit 74364cdCopy full SHA for 74364cd
src/test/IKImage.test.js
@@ -104,7 +104,7 @@ describe('IKImage', () => {
104
<IKImage urlEndpoint="http://ik.imagekit.io/test_imagekit_id////" path={relativePath} />
105
);
106
107
- expect(ikImage.find('img').prop('src')).toEqual(`http://ik.imagekit.io/test_imagekit_id${relativePath}?${global.SDK_VERSION}`);
+ expect(ikImage.find('img').prop('src')).toEqual(`http://ik.imagekit.io/test_imagekit_id/${relativePath}?${global.SDK_VERSION}`);
108
});
109
110
test("path with lqip", () => {
0 commit comments