ant-design/tests/__snapshots__/index.test.ts.snap
lijianan 8b2cc4a088
Some checks are pending
Publish Any Commit / build (push) Waiting to run
✅ test v6 / lint (push) Waiting to run
✅ test v6 / test-react-legacy (18, 1/2) (push) Waiting to run
✅ test v6 / test-react-legacy (18, 2/2) (push) Waiting to run
✅ test v6 / test-node (push) Waiting to run
✅ test v6 / test-react-latest (dom, 1/2) (push) Waiting to run
✅ test v6 / test-react-latest (dom, 2/2) (push) Waiting to run
✅ test v6 / test-react-latest-dist (dist, 1/2) (push) Blocked by required conditions
✅ test v6 / test-react-latest-dist (dist, 2/2) (push) Blocked by required conditions
✅ test v6 / test-react-latest-dist (dist-min, 1/2) (push) Blocked by required conditions
✅ test v6 / test-react-latest-dist (dist-min, 2/2) (push) Blocked by required conditions
✅ test v6 / test-coverage (push) Blocked by required conditions
✅ test v6 / build (push) Waiting to run
✅ test v6 / test lib/es module (es, 1/2) (push) Waiting to run
✅ test v6 / test lib/es module (es, 2/2) (push) Waiting to run
✅ test v6 / test lib/es module (lib, 1/2) (push) Waiting to run
✅ test v6 / test lib/es module (lib, 2/2) (push) Waiting to run
👁️ Visual Regression Persist Start / test image (push) Waiting to run
chore: [v6] rm legacy BackTop component (#52206)
* chore: rm legacy BackTop component

* fix: fix

* fix: fix
2025-01-06 17:49:17 +08:00

80 lines
1.0 KiB
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`antd dist files exports modules correctly 1`] = `
[
"Affix",
"Alert",
"Anchor",
"App",
"AutoComplete",
"Avatar",
"Badge",
"Breadcrumb",
"Button",
"Calendar",
"Card",
"Carousel",
"Cascader",
"Checkbox",
"Col",
"Collapse",
"ColorPicker",
"ConfigProvider",
"DatePicker",
"Descriptions",
"Divider",
"Drawer",
"Dropdown",
"Empty",
"Flex",
"FloatButton",
"Form",
"Grid",
"Image",
"Input",
"InputNumber",
"Layout",
"List",
"Mentions",
"Menu",
"Modal",
"Pagination",
"Popconfirm",
"Popover",
"Progress",
"QRCode",
"Radio",
"Rate",
"Result",
"Row",
"Segmented",
"Select",
"Skeleton",
"Slider",
"Space",
"Spin",
"Splitter",
"Statistic",
"Steps",
"Switch",
"Table",
"Tabs",
"Tag",
"TimePicker",
"Timeline",
"Tooltip",
"Tour",
"Transfer",
"Tree",
"TreeSelect",
"Typography",
"Upload",
"Watermark",
"message",
"notification",
"theme",
"unstableSetRender",
"version",
]
`;