mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-29 12:45:32 +08:00
14 lines
346 B
Plaintext
14 lines
346 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Ellipsis should render correctly 1`] = `
|
|
"<div style=\\"width: 1px;\\"><span>text<style>
|
|
span {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
line-height: 10px;
|
|
min-width: 0;
|
|
}
|
|
</style></span></div>"
|
|
`;
|