diff --git a/test/unit/image.js b/test/unit/image.js index 4870dd59..dd230006 100644 --- a/test/unit/image.js +++ b/test/unit/image.js @@ -18,8 +18,8 @@ 'type': 'image', 'left': 0, 'top': 0, - 'width': 0, // node-canvas doesn't seem to allow setting width/height on image objects - 'height': 0, + 'width': IMG_WIDTH, // node-canvas doesn't seem to allow setting width/height on image objects + 'height': IMG_HEIGHT, 'fill': 'rgb(0,0,0)', 'overlayFill': null, 'stroke': null,