fix(core): update
This commit is contained in:
@ -27,6 +27,13 @@ tap.test('should create a feed', async () => {
|
||||
});
|
||||
const rssFeed = feed.exportRssFeedString();
|
||||
console.log(rssFeed);
|
||||
const parsedFeed = await testSmartFeed.parseFeedFromString(rssFeed);
|
||||
console.log(parsedFeed);
|
||||
});
|
||||
|
||||
tap.test('should parse a Url', async () => {
|
||||
const result = await testSmartFeed.parseFeedFromUrl('https://www.theverge.com/rss/index.xml');
|
||||
// console.log(result);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user