fix(core): update

This commit is contained in:
2021-01-03 02:08:00 +00:00
parent 87cdc5bb5f
commit 17d8cd6585
5 changed files with 31 additions and 9 deletions

View File

@ -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();