zakmac / ember-cli-filter-component

A simple Ember.js component used to filter an array based on user input.
MIT License
14 stars 4 forks source link

Passing unit tests #3

Closed zakmac closed 9 years ago

zakmac commented 9 years ago

There is currently one unit test not passing due to a bug in the enumGet() method. This code needs refactored to be simpler, as well as to function properly. Once this functionality is completed, the unit tests need modified/removed based on changes made to ensure coverage.

zakmac commented 9 years ago

Fixed as of 543c6816