File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
packages/integrations/sitemap/test Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments