Skip to content

Commit

Permalink
unskips a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank M. Taylor committed Oct 23, 2023
1 parent b24f002 commit 9c49c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/site-crawler.external.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('SiteCrawler External', () => {
await siteCrawler.setSitemap();
expect(siteCrawler.urlset.length).toBeGreaterThan(12);
});
test.skip('it can produce siteLinks:false, which is a sitemap', async () => {
test('it can produce siteLinks:false, which is a sitemap', async () => {
const siteCrawler = new SiteCrawler({ startPage: 'http://frankmtaylor.com/sitemap.xml' });

await siteCrawler.produceSiteLinks(false);
Expand Down

0 comments on commit 9c49c33

Please sign in to comment.