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 unit tests for ember-glimmer/utils/iterable #14763

Merged
merged 1 commit into from
Jan 23, 2017

Conversation

pittst3r
Copy link
Contributor

While investigating #14725 I noticed there were no unit tests for this file, so I added them. Looks like the issue has since been resolved though.

@rwjblue rwjblue merged commit 2daeec5 into emberjs:master Jan 23, 2017
@rwjblue
Copy link
Member

rwjblue commented Jan 23, 2017

Awesome, thank you!

@chancancode
Copy link
Member

@robbiepitts we are in the process of moving Ember to Glimmer VM master and these tests are failing because they rely on internals that doesn't exists anymore (EvaluatedPositionalArgs, specifically). Can you investigate porting the relevant tests to integration style? Or can we just delete them?

@pittst3r pittst3r deleted the iterable-tests branch May 17, 2017 11:57
@pittst3r
Copy link
Contributor Author

@chancancode I don't like deleting tests without good reason (I don't see one in this case?). I will investigate porting them.

@rwjblue
Copy link
Member

rwjblue commented May 23, 2017

For now I have removed the iterableForObject tests (in #15245). Happy to bring them back when we have time though...

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.

4 participants