Skip to content

Latest commit

 

History

History
92 lines (66 loc) · 1.65 KB

File metadata and controls

92 lines (66 loc) · 1.65 KB

Snapshot report for test/index.js

The actual snapshot is saved in index.js.snap.

Generated by AVA.

does nothing if manifest URL is not reachable

Snapshot 1

{
  description: null,
  lang: null,
  logo: null,
  publisher: null,
}

does nothing if icons field at manifest is not present

Snapshot 1

{
  description: null,
  lang: null,
  logo: null,
  publisher: 'Lumeris',
}

from data uri

Snapshot 1

{
  description: null,
  lang: null,
  logo: 'https://krafla-landing-g19o4bcij-trence.vercel.app/icon/android-icon-192x192.png',
  publisher: null,
}

does nothing if data uri is malformed

Snapshot 1

{
  description: null,
  lang: null,
  logo: null,
  publisher: null,
}

vercel.com

Snapshot 1

{
  description: null,
  lang: null,
  logo: 'https://assets.vercel.com/image/upload/v1573246280/front/favicon/vercel/android-chrome-512x512.png',
  publisher: 'Vercel',
}

segment.com

Snapshot 1

{
  description: null,
  lang: null,
  logo: 'https://segment.com/images/favicons/android-icon-72x72.png',
  publisher: 'Segment',
}

youtube.com

Snapshot 1

{
  description: null,
  lang: null,
  logo: 'https://www.gstatic.com/youtube/img/branding/favicon/favicon_192x192.png',
  publisher: 'YouTube',
}

twitter.com

Snapshot 1

{
  description: 'Get breaking news, politics, trending music, world events, sports scores, and the latest global news stories as they unfold - all with less data.',
  lang: null,
  publisher: 'X',
}