Skip to content

Commit 51d2a1a

Browse files
ascorbicastrobot-houston
authored andcommitted
[ci] format
1 parent 382f5db commit 51d2a1a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/integrations/sitemap/test/config.test.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ describe('Config', () => {
3030
it('xslURL: Includes xml-stylesheet', async () => {
3131
const indexXml = await fixture.readFile('/sitemap-index.xml');
3232
assert.ok(
33-
indexXml.includes('<?xml-stylesheet type="text/xsl" href="http://example.com/sitemap.xsl"?>'),
33+
indexXml.includes(
34+
'<?xml-stylesheet type="text/xsl" href="http://example.com/sitemap.xsl"?>',
35+
),
3436
indexXml,
3537
);
3638

@@ -65,7 +67,9 @@ describe('Config', () => {
6567
it('xslURL: Includes xml-stylesheet', async () => {
6668
const indexXml = await fixture.readFile('/client/sitemap-index.xml');
6769
assert.ok(
68-
indexXml.includes('<?xml-stylesheet type="text/xsl" href="http://example.com/sitemap.xsl"?>'),
70+
indexXml.includes(
71+
'<?xml-stylesheet type="text/xsl" href="http://example.com/sitemap.xsl"?>',
72+
),
6973
indexXml,
7074
);
7175

0 commit comments

Comments
 (0)