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

Remove default list of multiples #208

Merged
merged 1 commit into from
Mar 29, 2016
Merged

Conversation

matthewmorgan
Copy link
Contributor

To address #207

});

xit('to 1000', () => {
expect(SumOfMultiples().to(1000)).toBe(233168);
expect(SumOfMultiples([3,5]).to(1000)).toBe(233168);
Copy link
Member

Choose a reason for hiding this comment

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

nit, can consider making it [3, 5] (with the extra space) simply for consistency with below lists which have spaces after commas

Copy link
Contributor Author

Choose a reason for hiding this comment

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

For sure. I'll try to get to this tonight or first thing tomorrow. Thanks!

@petertseng
Copy link
Member

Yup, this would address the issue.

@matthewmorgan matthewmorgan merged commit 28fe079 into master Mar 29, 2016
@matthewmorgan matthewmorgan deleted the no-default-multiples branch March 29, 2016 00:44
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.

2 participants