mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-18 13:11:17 +02:00
Adapt tests for unwrapInline
This commit is contained in:
@@ -21,7 +21,7 @@ export default function (state) {
|
||||
|
||||
assert.deepEqual(
|
||||
next.selection.toJS(),
|
||||
range.toJS()
|
||||
range.collapseToStartOf(next.document).toJS()
|
||||
)
|
||||
|
||||
return next
|
||||
|
@@ -21,7 +21,7 @@ export default function (state) {
|
||||
|
||||
assert.deepEqual(
|
||||
next.selection.toJS(),
|
||||
range.toJS()
|
||||
range.collapseToStartOf(next.document).toJS()
|
||||
)
|
||||
|
||||
return next
|
||||
|
@@ -21,7 +21,7 @@ export default function (state) {
|
||||
|
||||
assert.deepEqual(
|
||||
next.selection.toJS(),
|
||||
range.toJS()
|
||||
range.collapseToStartOf(next.document).toJS()
|
||||
)
|
||||
|
||||
return next
|
||||
|
Reference in New Issue
Block a user