Skip to content

Commit

Permalink
Clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfusco committed Sep 18, 2024
1 parent 82d5a72 commit 59d7f23
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 59d7f23

Please sign in to comment.