Skip to content

Commit

Permalink
feat: change commit email
Browse files Browse the repository at this point in the history
  • Loading branch information
anhtuan-pham1 committed May 23, 2022
1 parent 0612b2f commit 4f915d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Search/next/Search-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ describe('Search', () => {
expect(type2).toEqual('button');
});

it('button should have title', () => {
it('button should have clear title', () => {
expect(btns.prop('title')).toBe('Clear');
});
});
Expand Down

0 comments on commit 4f915d4

Please sign in to comment.