Skip to content

Commit 3abbfe4

Browse files
committed
Rerun
1 parent 63255fa commit 3abbfe4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/roosterjs-content-model-core/test/command/paste/mergePasteContentTest.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2142,14 +2142,12 @@ describe('mergePasteContent', () => {
21422142
it('should scroll caret into view when span wraps a text node', () => {
21432143
const span = document.createElement('span');
21442144
span.appendChild(document.createTextNode('text'));
2145-
21462145
runTest(createFragment(span), true);
21472146
});
21482147

21492148
it('should scroll caret into view when fragment is a single element other than img/span/div', () => {
21502149
const anchor = document.createElement('a');
21512150
anchor.appendChild(document.createElement('img'));
2152-
21532151
runTest(createFragment(anchor), true);
21542152
});
21552153
});

0 commit comments

Comments
 (0)