Skip to content

Commit

Permalink
test: 删除无用快照
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Dec 11, 2023
1 parent 84aee9e commit 3339821
Showing 1 changed file with 0 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,49 +29,6 @@ Array [
]
`;

exports[`StrategySheet Tooltip Tests should render overflow wrap description for {
label: 'test col label',
component: [Function: StrategySheetColTooltip] {
[length]: 1,
[name]: 'StrategySheetColTooltip'
}
} 1`] = `
<span
class="s2-strategy-sheet-tooltip-name"
>
test col label
</span>
`;

exports[`StrategySheet Tooltip Tests should render overflow wrap description for {
label: 'test data label',
component: [Function: StrategySheetDataTooltip] {
[length]: 1,
[name]: 'StrategySheetDataTooltip',
defaultProps: { showOriginalValue: false }
}
} 1`] = `
<span
class="header-label"
>
test data label
</span>
`;

exports[`StrategySheet Tooltip Tests should render overflow wrap description for {
label: 'test row label',
component: [Function: StrategySheetRowTooltip] {
[length]: 1,
[name]: 'StrategySheetRowTooltip'
}
} 1`] = `
<div
class="s2-strategy-sheet-tooltip-value"
>
test row label
</div>
`;

exports[`StrategySheet Tooltip Tests should render tooltip with {
label: 'test col label',
component: [Function: StrategySheetColTooltip] {
Expand Down

0 comments on commit 3339821

Please sign in to comment.