diff --git a/tests/index.test.js b/tests/index.test.js index 282203348c..6e626cdbf9 100644 --- a/tests/index.test.js +++ b/tests/index.test.js @@ -1,7 +1,7 @@ jest.unmock('../index'); import React from 'react'; -import antd from '../index'; +import * as antd from '../index'; describe('antd', function() { it('should has modules in antd', () => {