expect(loadImage(blobGIF, function (img) { expect(img.getContext).to.not.be.ok expect(img.nodeName.toLowerCase()).to.equal('img') done() })).to.be.ok