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 048bf85 commit 0589bb9Copy full SHA for 0589bb9
__TESTS__/unit/url/url.test.ts
@@ -101,7 +101,7 @@ describe('Tests for URL configuration', () => {
101
expect(url).toEqual(`https://res.cloudinary.com/demo/image/upload/sample?_i=abcde&_z=1234&_t=false`);
102
});
103
104
- it('Should include query params', function () {
+ it('Should include query params passed as a string', function () {
105
const image = createNewImage('sample', {cloudName: 'demo'}, {queryParams: '_i=abcde&_z=1234&_t=false'});
106
const url = image.toURL();
107
0 commit comments