mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 15:59:38 +08:00
8d0d96223b
* chore(deps): update dependency jest to v29 * Update package.json * chore: update snapshot * chore(deps): update dependency jest to v29 * Update package.json * test: fix test case Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: afc163 <afc163@gmail.com>
74 lines
973 B
Plaintext
74 lines
973 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`antd dist files exports modules correctly 1`] = `
|
|
[
|
|
"Affix",
|
|
"Alert",
|
|
"Anchor",
|
|
"AutoComplete",
|
|
"Avatar",
|
|
"BackTop",
|
|
"Badge",
|
|
"Breadcrumb",
|
|
"Button",
|
|
"Calendar",
|
|
"Card",
|
|
"Carousel",
|
|
"Cascader",
|
|
"Checkbox",
|
|
"Col",
|
|
"Collapse",
|
|
"Comment",
|
|
"ConfigProvider",
|
|
"DatePicker",
|
|
"Descriptions",
|
|
"Divider",
|
|
"Drawer",
|
|
"Dropdown",
|
|
"Empty",
|
|
"Form",
|
|
"Grid",
|
|
"Image",
|
|
"Input",
|
|
"InputNumber",
|
|
"Layout",
|
|
"List",
|
|
"Mentions",
|
|
"Menu",
|
|
"Modal",
|
|
"PageHeader",
|
|
"Pagination",
|
|
"Popconfirm",
|
|
"Popover",
|
|
"Progress",
|
|
"Radio",
|
|
"Rate",
|
|
"Result",
|
|
"Row",
|
|
"Segmented",
|
|
"Select",
|
|
"Skeleton",
|
|
"Slider",
|
|
"Space",
|
|
"Spin",
|
|
"Statistic",
|
|
"Steps",
|
|
"Switch",
|
|
"Table",
|
|
"Tabs",
|
|
"Tag",
|
|
"TimePicker",
|
|
"Timeline",
|
|
"Tooltip",
|
|
"Transfer",
|
|
"Tree",
|
|
"TreeSelect",
|
|
"Typography",
|
|
"Upload",
|
|
"message",
|
|
"notification",
|
|
"theme",
|
|
"version",
|
|
]
|
|
`;
|