Skip to content

Commit 6a2ae5b

Browse files
committed
Update test values
1 parent 3026dd7 commit 6a2ae5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/09-map-spritesheet-props.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ test('should add coords & spritePath to every SVG image', async (t) => {
5050
[ opts, images, spritesheets ] = await mapSpritesheetProps(t.context.opts, images, spritesheets);
5151

5252
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 });
53+
t.deepEqual(images[0].coords, { x: -0, y: -0, height: 600, width: 600 });
5454
});

0 commit comments

Comments
 (0)