diff --git a/tests/__snapshots__/index.test.js.snap b/tests/__snapshots__/index.test.js.snap new file mode 100644 index 0000000000..83e27db199 --- /dev/null +++ b/tests/__snapshots__/index.test.js.snap @@ -0,0 +1,53 @@ +exports[`antd dist files exports modules correctly 1`] = ` +Array [ + "Affix", + "Anchor", + "AutoComplete", + "Alert", + "BackTop", + "Badge", + "Breadcrumb", + "Button", + "Calendar", + "Card", + "Collapse", + "Carousel", + "Cascader", + "Checkbox", + "Col", + "DatePicker", + "Dropdown", + "Form", + "Icon", + "Input", + "InputNumber", + "LocaleProvider", + "message", + "Menu", + "Modal", + "notification", + "Pagination", + "Popconfirm", + "Popover", + "Progress", + "Radio", + "Rate", + "Row", + "Select", + "Slider", + "Spin", + "Steps", + "Switch", + "Table", + "Transfer", + "Tree", + "TreeSelect", + "Tabs", + "Tag", + "TimePicker", + "Timeline", + "Tooltip", + "Mention", + "Upload", +] +`;