Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Nov 21, 2023
1 parent 35b0eba commit 00baf7e
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions packages/schema-org/src/nodes/FoodEstablishment/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@ describe('defineLocalBusiness', () => {
},
"currenciesAccepted": "AUD",
"hasMenu": "https://www.test.com/menu.pdf",
"logo": {
"@id": "https://example.com/#logo",
"@type": "ImageObject",
"caption": "test",
"contentUrl": "https://example.com/logo.png",
"inLanguage": "en-AU",
"url": "https://example.com/logo.png",
},
"name": "test",
"openingHoursSpecification": [
{
Expand Down Expand Up @@ -91,6 +83,27 @@ describe('defineLocalBusiness', () => {
},
"url": "https://www.test.com",
},
{
"@id": "https://example.com/#/schema/image/acd40d1",
"@type": "ImageObject",
"caption": "test",
"contentUrl": "https://example.com/logo.png",
"inLanguage": "en-AU",
"url": "https://example.com/logo.png",
},
{
"@id": "https://example.com/#organization",
"@type": "Organization",
"address": {
"@type": "PostalAddress",
"addressCountry": "Australia",
"postalCode": "2000",
"streetAddress": "123 st",
},
"logo": "https://example.com/logo.png",
"name": "test",
"url": "https://www.test.com",
},
]
`)
})
Expand Down

0 comments on commit 00baf7e

Please sign in to comment.