Skip to content

Commit

Permalink
chore(test): add a test for multi language sitemaps having an extension
Browse files Browse the repository at this point in the history
  • Loading branch information
dominique-pfister committed Jun 5, 2024
1 parent ed2f2b8 commit 10e1e18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/helix-shared-config/test/sitemapconfigs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ const tests = [
config: 'multilang.yaml',
result: 'multilang.json',
},
{
title: 'loads an example with multiple languages and one having an extension',
config: 'multilang-extension.yaml',
result: 'multilang-extension.json',
},
{
title: 'loads an example without hreflang',
config: 'broken.yaml',
Expand Down

0 comments on commit 10e1e18

Please sign in to comment.