Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Nov 16, 2023
1 parent b1527e7 commit 8ac5106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/i18n/filtering-include.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ await setup({
})
describe('i18n filtering with include', () => {
it('basic', async () => {
let sitemap = await $fetch('/main-sitemap.xml')
const sitemap = await $fetch('/main-sitemap.xml')

expect(sitemap).toMatchInlineSnapshot(`
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?><?xml-stylesheet type=\\"text/xsl\\" href=\\"/__sitemap__/style.xsl\\"?>
Expand Down

0 comments on commit 8ac5106

Please sign in to comment.