mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 03:56:19 +00:00
first checkin
This commit is contained in:
13
test/test.js
Normal file
13
test/test.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
use nodeunit to run tests.
|
||||
*/
|
||||
|
||||
var RSS = require('../index');
|
||||
|
||||
var feed = new RSS();
|
||||
|
||||
feed.item();
|
||||
feed.item();
|
||||
feed.item();
|
||||
|
||||
console.log(feed.xml(true));
|
||||
Reference in New Issue
Block a user