mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-31 02:49:56 +02:00
fix tests missing selection, unskip some tests
This commit is contained in:
@@ -10,6 +10,7 @@ describe('slate-history', () => {
|
||||
run(editor)
|
||||
editor.exec({ type: 'undo' })
|
||||
assert.deepEqual(editor.children, output.children)
|
||||
assert.deepEqual(editor.selection, output.selection)
|
||||
})
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user