fix(core): update
This commit is contained in:
@ -13,4 +13,9 @@ tap.test('should create a sitemap from feed', async () => {
|
||||
console.log(sitemapString);
|
||||
});
|
||||
|
||||
tap.test('should parse a sitemap', async () => {
|
||||
const result = await testSmartsitemap.parseSitemapUrl('https://www.theverge.com/sitemaps');
|
||||
console.log(result.sitemapindex.sitemap);
|
||||
})
|
||||
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user