Skip to content

Commit

Permalink
removed test that is no longer valid
Browse files Browse the repository at this point in the history
  • Loading branch information
Heittola committed May 3, 2018
1 parent 4f06342 commit d03e1e2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/unit/components/inputs/select-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -598,12 +598,4 @@ describe('Unit: frost-bunsen-input-select', function () {
})
})
})

describe('handleEmptyFilter', function () {
it('should handle empty filter', function () {
component.set('options', [{label: 'something', value: 'some other thing'}])
component.handleEmptyFilter()
expect(component.get('options').length, 'options should be empty').to.equal(0)
})
})
})

0 comments on commit d03e1e2

Please sign in to comment.