Skip to content

Commit

Permalink
change button text in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Feb 14, 2017
1 parent 701a1ab commit 449a6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/button/__tests__/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 20,7 @@ describe('Button', () => {

it('have static perperty for type detecting', () => {
const wrapper = mount(
<Button>按钮</Button>
<Button>Button Text</Button>
);
// eslint-disable-next-line
expect(wrapper.type().__ANT_BUTTON).toBe(true);
Expand Down

0 comments on commit 449a6a6

Please sign in to comment.