fix(core): update

This commit is contained in:
2020-11-11 10:11:18 +00:00
parent b0719c481e
commit 599af94709
2 changed files with 8 additions and 4 deletions

View File

@ -23,7 +23,8 @@ tap.test('should create a feed', async () => {
authorName: 'Phil',
imageUrl: 'https://central.eu/someimage.png',
timestamp: Date.now(),
url: 'https://central.eu/article/somearticle'
url: 'https://central.eu/article/somearticle',
content: 'somecontent'
});
const rssFeed = feed.exportRssFeedString();
console.log(rssFeed);