Browse Source

update tests/index.test.js

pull/3863/head
afc163 8 years ago
parent
commit
200d3715e3
  1. 1
      tests/index.test.js

1
tests/index.test.js

@ -31,6 +31,7 @@ describe('antd dist files', function() {
it('should has modules in antd', () => {
expect('Affix' in antd).toBeTruthy();
expect('Alert' in antd).toBeTruthy();
expect('Anchor' in antd).toBeTruthy();
expect('AutoComplete' in antd).toBeTruthy();
expect('BackTop' in antd).toBeTruthy();
expect('Badge' in antd).toBeTruthy();

Loading…
Cancel
Save