Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 25, 2024
1 parent 87f5f7a commit f0765ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/metascraper/test/integration/sfstandard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const metascraper = require('../../..')([
require('metascraper-author')(),
require('metascraper-date')(),
require('metascraper-description')(),
require('metascraper-audio')(),
require('metascraper-video')(),
require('metascraper-image')(),
require('metascraper-lang')(),
require('metascraper-logo')(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1
{
audio: null,
author: 'lsariasfstandard.com',
date: '2024-06-24T18:59:54.000Z',
description: 'Diners hate them. Owners say they need them. But in the raging battle over restaurant service fees, it’s servers and cooks who are on the front lines.',
Expand All @@ -18,4 +19,5 @@ Generated by [AVA](https://avajs.dev).
publisher: 'The San Francisco Standard',
title: 'Restaurant workers fear they could pay highest cost in junk-fee battle',
url: 'https://sfstandard.com/2024/06/24/service-fee-restaurants-san-francisco/',
video: null,
}
Binary file not shown.

0 comments on commit f0765ae

Please sign in to comment.