Skip to content

Commit

Permalink
test(manifest): update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 27, 2023
1 parent cc289d7 commit 51d0d1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions packages/metascraper-manifest/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ test('vercel.com', async t => {
test('segment.com', async t => {
const metascraper = createMetascraper()
const url = 'https://segment.com/blog/scaling-nsq/'
const html = createHtml([
'<link rel="manifest" href="/blog/manifest.webmanifest">'
])
const html = createHtml(['<link rel="manifest" href="/manifest.json">'])
const metadata = await metascraper({ url, html })
t.snapshot(metadata)
})
Expand Down
4 changes: 2 additions & 2 deletions packages/metascraper-manifest/test/snapshots/index.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ Generated by [AVA](https://avajs.dev).
{
description: null,
lang: null,
logo: 'https://segment.com/blog/favicon/icon-512x512.png?v=e7c390eec4219a640367dca437d94ea8',
publisher: 'starter',
logo: 'https://segment.com/android-icon-192x192.png',
publisher: null,
}

## youtube.com
Expand Down

0 comments on commit 51d0d1e

Please sign in to comment.