-
Notifications
You must be signed in to change notification settings - Fork 51
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 #63
Tests #63
Conversation
I agree, it would be good to have some tests. Is that something you'd be interested in working on? |
Just added somt tests. I also removed the test that was marked as todo, because it turned out that this test was testing unintended behaviour. |
By the way ... |
Wouldn't an updated blueprint take care of that check if that was the case? |
I have to admit that I have no idea by whom or what the test at https://travis-ci.org/btecu/ember-cli-bootstrap-datetimepicker/jobs/471230102 was created. If it is completely generated from the .travis.yml, there is nothing to change on that file according to
Adding the comment should also satisfy the last failed test. |
Yes, either adding the comment or removing the if block seems fine. |
The comment line from the ember project template was inserted to satisfy the linter.
Done |
Thanks! |
Not sure you're interested in reactivating the commented-out tests.
I think it's better to have some simple tests than none.
I marked a failing test as todo instead of deleting it because I don't know how far it reflects the desired behavior. This way, the issue with this test can be addressed later without losing track of it.