Skip to content

Commit

Permalink
Update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-yossarian committed Feb 3, 2020
1 parent 13e823a commit 8e67fbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('<Autocomplete />', () => {
});

describe('prop: autoSelect', () => {
it('should ', () => {
it('should not clear on blur when value does not match any option', () => {
const handleChange = spy();
const options = ['one', 'two'];
const value = 'oo';
Expand Down

0 comments on commit 8e67fbc

Please sign in to comment.