Skip to content

Commit

Permalink
test(snapshots): update footer and recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow81627 committed May 6, 2019
1 parent aaea2c8 commit 79d886e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/__snapshots__/Footer.spec.js.snap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Footer renders properly 1`] = `
"<v-footer xinset=\\"\\" app=\\"\\" absolute=\\"\\" height=\\"auto\\" class=\\"pa-3 hidden-print-only\\"><v-card flat=\\"\\" color=\\"transparent\\"><v-card-text class=\\"text-muted\\">version: </v-card-text></v-card> <v-spacer></v-spacer> <v-card flat=\\"\\" color=\\"transparent\\"><v-card-text class=\\"text-muted\\">This site is protected by reCAPTCHA and the Google
"<v-footer inset=\\"\\" app=\\"\\" absolute=\\"\\" height=\\"auto\\" class=\\"px-3 hidden-print-only\\"><v-card flat=\\"\\" color=\\"transparent\\"><v-card-text class=\\"text-muted\\">version: </v-card-text></v-card> <v-spacer></v-spacer> <v-card flat=\\"\\" color=\\"transparent\\"><v-card-text class=\\"text-muted\\">This site is protected by reCAPTCHA and the Google
<a href=\\"https://policies.google.com/privacy\\">Privacy Policy</a> and
<a href=\\"https://policies.google.com/terms\\">Terms of Service</a> apply.
</v-card-text></v-card></v-footer>"
Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/Recipe.spec.js.snap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Recipe renders properly 1`] = `
"<div class=\\"recipe\\"><h1>Audrey Hepburn’s Spaghetti Al Pomodoro Recipe</h1> <p>Make Audrey Hepburn's spaghetti al pomodoro recipe. Hepburn liked her pasta smothered in tomato sauce.</p> <img src=\\"https://img.buzzfeed.com/thumbnailer-prod-us-east-1/video-api/assets/162208.jpg\\" alt=\\"Audrey Hepburn’s Spaghetti Al Pomodoro Recipe\\" class=\\"img-fluid\\"> <share-stub class=\\"py-4\\"></share-stub> <p><strong>Makes:</strong> <span>4 servings</span></p> <h2>Ingredients:</h2> <ol class=\\"list-group-flush\\"><li class=\\"list-group-item\\">
"<div class=\\"recipe\\"><h1>Audrey Hepburn’s Spaghetti Al Pomodoro Recipe</h1> <p>Make Audrey Hepburn's spaghetti al pomodoro recipe. Hepburn liked her pasta smothered in tomato sauce.</p> <img src=\\"https://img.buzzfeed.com/thumbnailer-prod-us-east-1/video-api/assets/162208.jpg\\" alt=\\"Audrey Hepburn’s Spaghetti Al Pomodoro Recipe\\" class=\\"img-fluid mx-auto d-block\\"> <share-stub class=\\"py-4\\"></share-stub> <p><strong>Makes:</strong> <span>4 servings</span></p> <h2>Ingredients:</h2> <ol class=\\"list-group-flush\\"><li class=\\"list-group-item\\">
1 small onion, diced
</li><li class=\\"list-group-item\\">
2 cloves garlic, minced
Expand Down

0 comments on commit 79d886e

Please sign in to comment.