mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
parent
e6900ec0ec
commit
4e8ba65828
@ -21,7 +21,7 @@ describe('Button', function() {
|
||||
expect(buttonNode.className).toBe('ant-btn');
|
||||
});
|
||||
|
||||
it('should has a whitespace in two Chinese charactor', () => {
|
||||
it('should has a whitespace in two Chinese characters', () => {
|
||||
button = TestUtils.renderIntoDocument(
|
||||
<Button>按钮</Button>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user