fix(core): update
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user