Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schickling committed Jun 29, 2023
1 parent 1ed3365 commit bed53b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/integration-tests/src/image-field/index.test.ts
Expand Up @@ -44,6 +44,7 @@ test('mdx-image-field ', async () => {

expect(allPosts[0].coverImage).toMatchInlineSnapshot(`
{
"aspectRatio": 1.3333333333333333,
"blurhashDataUrl": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAACVBMVEV8Ou5vNNN3OeJauo57AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAHUlEQVR4nGNgwAIYGRkhDCZGJqgAE0SIiQmEsAAAAyMAF5ferjEAAAAASUVORK5CYII=",
"filePath": "posts/image-a.png",
"format": "png",
Expand Down

0 comments on commit bed53b7

Please sign in to comment.