Skip to content

Commit a346c81

Browse files
committed
chore: bump snapshots
1 parent c738272 commit a346c81

File tree

4 files changed

+24
-23
lines changed

4 files changed

+24
-23
lines changed

test/integration/base.test.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ describe('base url', () => {
2727
<meta property="og:type" content="website">
2828
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
2929
<title>@nuxtjs&#x2F;seo</title>
30-
<link rel="canonical" href="https://local.nuxtseo.com/base">
31-
<meta property="og:url" content="https://local.nuxtseo.com/base">
32-
<meta property="og:site_name" content="@nuxtjs/seo">
3330
<meta name="description" content="The all-in-one SEO layer for Nuxt 3.">
3431
<meta name="twitter:card" content="summary_large_image">
3532
<meta property="og:title" data-infer="true" content="@nuxtjs/seo">
36-
<meta property="og:description" data-infer="true" content="The all-in-one SEO layer for Nuxt 3.">"
33+
<meta property="og:description" data-infer="true" content="The all-in-one SEO layer for Nuxt 3.">
34+
<link rel="canonical" href="https://local.nuxtseo.com/base">
35+
<meta property="og:url" content="https://local.nuxtseo.com/base">
36+
<meta property="og:site_name" content="@nuxtjs/seo">"
3737
`)
3838
})
3939
it('sitemap - default', async () => {

test/integration/i18n.test.ts

+12-11
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@ describe('i18n', () => {
3131
<meta property="og:type" content="website">
3232
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
3333
<title>@nuxtjs&#x2F;seo</title>
34-
<link rel="canonical" href="https://nuxtseo.com/">
35-
<meta property="og:url" content="https://nuxtseo.com/">
36-
<meta property="og:locale" content="en">
37-
<meta property="og:site_name" content="@nuxtjs/seo">
3834
<meta name="description" content="en description">
3935
<meta name="twitter:card" content="summary_large_image">
4036
<meta property="og:title" data-infer="true" content="@nuxtjs/seo">
41-
<meta property="og:description" data-infer="true" content="en description">"
37+
<meta property="og:description" data-infer="true" content="en description">
38+
<link rel="canonical" href="https://nuxtseo.com/">
39+
<meta property="og:url" content="https://nuxtseo.com/">
40+
<meta property="og:site_name" content="@nuxtjs/seo">"
4241
`)
4342
})
4443
it('seo utils - default - fr', async () => {
@@ -51,14 +50,13 @@ describe('i18n', () => {
5150
<meta property="og:type" content="website">
5251
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
5352
<title>Fr | fr name</title>
54-
<link rel="canonical" href="https://nuxtseo.com/fr">
55-
<meta property="og:url" content="https://nuxtseo.com/fr">
56-
<meta property="og:locale" content="fr">
57-
<meta property="og:site_name" content="fr name">
5853
<meta name="description" content="fr description">
5954
<meta name="twitter:card" content="summary_large_image">
6055
<meta property="og:title" data-infer="true" content="Fr | fr name">
61-
<meta property="og:description" data-infer="true" content="fr description">"
56+
<meta property="og:description" data-infer="true" content="fr description">
57+
<link rel="canonical" href="https://nuxtseo.com/fr">
58+
<meta property="og:url" content="https://nuxtseo.com/fr">
59+
<meta property="og:site_name" content="fr name">"
6260
`)
6361
})
6462
it('sitemap - default', async () => {
@@ -106,10 +104,13 @@ describe('i18n', () => {
106104
"@id": "https://nuxtseo.com/#website",
107105
"@type": "WebSite",
108106
"description": "en description",
109-
"inLanguage": "en",
107+
"inLanguage": "en-US",
110108
"name": "@nuxtjs/seo",
111109
"url": "https://nuxtseo.com/",
112110
"workTranslation": [
111+
{
112+
"@id": "https://nuxtseo.com/#website",
113+
},
113114
{
114115
"@id": "https://nuxtseo.com/es#website",
115116
},

test/integration/prod.test.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ describe('dev', () => {
3030
<meta property="og:type" content="website">
3131
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
3232
<title>@nuxtjs&#x2F;seo</title>
33-
<link rel="canonical" href="https://local.nuxtseo.com/">
34-
<meta property="og:url" content="https://local.nuxtseo.com/">
35-
<meta property="og:site_name" content="@nuxtjs/seo">
3633
<meta name="description" content="The all-in-one SEO layer for Nuxt 3.">
3734
<meta name="twitter:card" content="summary_large_image">
3835
<meta property="og:title" data-infer="true" content="@nuxtjs/seo">
39-
<meta property="og:description" data-infer="true" content="The all-in-one SEO layer for Nuxt 3.">"
36+
<meta property="og:description" data-infer="true" content="The all-in-one SEO layer for Nuxt 3.">
37+
<link rel="canonical" href="https://local.nuxtseo.com/">
38+
<meta property="og:url" content="https://local.nuxtseo.com/">
39+
<meta property="og:site_name" content="@nuxtjs/seo">"
4040
`)
4141
})
4242
it('sitemap - default', async () => {

test/integration/trailing-slash.test.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ describe('trailing slash', () => {
2727
<meta property="og:type" content="website">
2828
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
2929
<title>About | @nuxtjs&#x2F;seo</title>
30-
<link rel="canonical" href="https://local.nuxtseo.com/about/">
31-
<meta property="og:url" content="https://local.nuxtseo.com/about/">
32-
<meta property="og:site_name" content="@nuxtjs/seo">
3330
<meta name="description" content="The all-in-one SEO layer for Nuxt 3.">
3431
<meta name="twitter:card" content="summary_large_image">
3532
<meta property="og:title" data-infer="true" content="About | @nuxtjs/seo">
36-
<meta property="og:description" data-infer="true" content="The all-in-one SEO layer for Nuxt 3.">"
33+
<meta property="og:description" data-infer="true" content="The all-in-one SEO layer for Nuxt 3.">
34+
<link rel="canonical" href="https://local.nuxtseo.com/about/">
35+
<meta property="og:url" content="https://local.nuxtseo.com/about/">
36+
<meta property="og:site_name" content="@nuxtjs/seo">"
3737
`)
3838
})
3939
it('sitemap - default', async () => {

0 commit comments

Comments
 (0)