-
Notifications
You must be signed in to change notification settings - Fork 4
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
tests #2
Comments
I do not have testing experience with Ember, but I can try. Anyway, I will not be able to work on this before the weekend. First, I need to finish my Ember talk and do some boring stuff. |
understood, when you do have time, i'll gladly provide feedback and guidance |
I have added some unit and acceptance tests. The testing store with EAK seems quite good. There are some problems, that I commented on the commits directly with your hash on it. Other issue: Is there a sane way to (unit) test bound handlebars helpers? Would love to hear your feedback! |
@manuelmitasch open an issue on https://github.com/stefanpenner/ember-test-helpers/ regarding testing bound helpers, I'll make sure to add it. |
done. |
Ember actually has a pretty nice testing story, we should make sure it is show-cased here
https://github.com/stefanpenner/ember-app-kit-todos/tree/master/tests might be a place to snoop around for ideas.
The text was updated successfully, but these errors were encountered: