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 b9a52ea commit b64c8ccCopy full SHA for b64c8cc
tests/url-generation.js
@@ -91,7 +91,6 @@ describe("URL generation", function () {
91
path: "/aéb/test_é_path_alt.jpg",
92
signed: true,
93
});
94
- console.log({signature})
95
expect(url).equal(`https://ik.imagekit.io/test_url_endpoint/a%C3%A9b/test_%C3%A9_path_alt.jpg?ik-s=${signature}`);
96
97
0 commit comments