ant-design/components/__tests__/index.test.js

8 lines
155 B
JavaScript
Raw Normal View History

import * as antd from '..';
describe('antd', () => {
it('exports modules correctly', () => {
expect(Object.keys(antd)).toMatchSnapshot();
});
});