diff --git a/packages/faustwp-core/tests/server/sitemaps/createSitemaps.test.ts b/packages/faustwp-core/tests/server/sitemaps/createSitemaps.test.ts index d2fec7115..70206f2bd 100644 --- a/packages/faustwp-core/tests/server/sitemaps/createSitemaps.test.ts +++ b/packages/faustwp-core/tests/server/sitemaps/createSitemaps.test.ts @@ -229,8 +229,6 @@ describe('createRootSitemapIndex', () => { expect(createSitemapIndexSpy).toHaveBeenCalledWith(expectedSitemaps); }); - // New tests for sitemapIndexPath feature - it('uses the default sitemapIndexPath when none is provided', async () => { const createSitemapIndexSpy = jest.spyOn(sitemapUtils, 'createSitemapIndex'); jest.spyOn(global, 'fetch').mockImplementationOnce((url) => {