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 b2cc069 commit fa34cd7Copy full SHA for fa34cd7
handler.test.js
@@ -20,7 +20,7 @@ describe('URL Endpoint Function Handler', () => {
20
21
const result = handler(url, urlPrefix, mockContext);
22
23
- expect(result.url).toBe(url);
+ expect(result.url).toBe("https://ik.imagekit.io/demo/image2.jpg");
24
expect(result.signURL).toBe(false);
25
});
26
0 commit comments