Skip to content

Commit 77113a5

Browse files
committed
updating hash to match slightly different rendering in new headless mode
1 parent c2fee85 commit 77113a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ test('[text] shoots confetti of an emoji shape', async t => {
805805
});
806806
t.context.image = await readImage(t.context.buffer);
807807

808-
t.is(t.context.image.hash(), '9CppCqpCmtC');
808+
t.is(t.context.image.hash(), 'cPpcSrcCjdC');
809809
});
810810

811811
/*

0 commit comments

Comments
 (0)