Skip to content

Commit 59d7f23

Browse files
committed
Clean up comments
1 parent 82d5a72 commit 59d7f23

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/faustwp-core/tests/server/sitemaps/createSitemaps.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,6 @@ describe('createRootSitemapIndex', () => {
229229
expect(createSitemapIndexSpy).toHaveBeenCalledWith(expectedSitemaps);
230230
});
231231

232-
// New tests for sitemapIndexPath feature
233-
234232
it('uses the default sitemapIndexPath when none is provided', async () => {
235233
const createSitemapIndexSpy = jest.spyOn(sitemapUtils, 'createSitemapIndex');
236234
jest.spyOn(global, 'fetch').mockImplementationOnce((url) => {

0 commit comments

Comments
 (0)