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 f0331d5 commit 49f8436Copy full SHA for 49f8436
tests/upload.js
@@ -279,6 +279,7 @@ describe("File upload", function () {
279
imagekit.upload(fileOptions, callback);
280
281
setTimeout( () => {
282
+ console.log(callback.called, callback.calledOnce)
283
expect(callback.calledOnce).to.be.true;
284
sinon.assert.calledWith(callback, null, uploadSuccessResponseObj);
285
done();
0 commit comments