Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the option readEveryItem #11

Merged
merged 1 commit into from
Oct 22, 2015
Merged

Added the option readEveryItem #11

merged 1 commit into from
Oct 22, 2015

Conversation

ltung-cit
Copy link
Contributor

Hi,
I just added the option 'readEveryItem' to process all items of the feed document. I also kept the backwards compatibility by setting this option as false by default.

it('Should return all items', function(done) {
reader.read(function(err, items) {
if (err) throw err;
assert.ok(!err);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know I have these in my other tests file, but it's not needed since we're already checking if it's set on the previous line. I'll clean them out from the other tests eventually.

@fent fent merged commit 59b7172 into fent:master Oct 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants