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

add 100% coverage #21

Merged

Conversation

ivoreis
Copy link
Contributor

@ivoreis ivoreis commented Jun 15, 2015

No description provided.

@@ -3,9 +3,15 @@
import { intersection } from "../../../src/iterable/intersection";

describe("intersection()", function () {
it("should yield the intersection of two sorted iterators", function () {
it("should yield the intersection of two sorted iterators when first element of 'this' is higher than the first element of the argument", function () {

Choose a reason for hiding this comment

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

do you mean "lower"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

:) yes I do mean that. Sorry for that

Choose a reason for hiding this comment

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

No problem! ;)

@jussi-kalliokoski
Copy link
Owner

Awesome, thank you! ❤️ 👍

jussi-kalliokoski added a commit that referenced this pull request Jun 15, 2015
@jussi-kalliokoski jussi-kalliokoski merged commit 981cb1d into jussi-kalliokoski:master Jun 15, 2015
@jussi-kalliokoski
Copy link
Owner

Great! Merged! 🎉

@ivoreis ivoreis deleted the feature/100-coverage branch June 16, 2015 08:21
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