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 3026dd7 commit 6a2ae5bCopy full SHA for 6a2ae5b
test/09-map-spritesheet-props.js
@@ -50,5 +50,5 @@ test('should add coords & spritePath to every SVG image', async (t) => {
50
[ opts, images, spritesheets ] = await mapSpritesheetProps(t.context.opts, images, spritesheets);
51
52
t.deepEqual(images[0].spritePath, 'test/build/svg-basic/sprite.svg');
53
- t.deepEqual(images[0].coords, { x: 0, y: 0, height: 600, width: 600 });
+ t.deepEqual(images[0].coords, { x: -0, y: -0, height: 600, width: 600 });
54
});
0 commit comments