Closed jelhan closed 8 years ago
@jelhan you rock! 😄 👍
This test was originally introduced with #35 (which solved #33)
With #63 it was refactored into an integration-test (see: https://github.com/soulim/ember-cli-bootstrap-datepicker/commit/2c0ca2f47968045c64f33107653dace298950a1b)
But this test was removed with https://github.com/soulim/ember-cli-bootstrap-datepicker/commit/7c53cf0cf9d5ef1f41a00df73b215e3ae824fa28
Long story short: my guess is #61 added this test again by accident.
Thanks for the investigation @octronic! 😉👍
Test was broken since it was introduced by #61. Have to call
.datepicker('update')
to notify about changes.I'm still not convinced about this test. It seems like testing bootstrap-datepicker and not this addon. But lets get a working testing suite again first.