1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 10:51:44 +02:00

fix tests missing selection, unskip some tests

This commit is contained in:
Ian Storm Taylor
2019-12-13 12:53:58 -05:00
parent d8b915a406
commit bb6a4d9ce8
15 changed files with 23 additions and 25 deletions

View File

@@ -4,7 +4,7 @@ import { Editor } from 'slate'
import { jsx } from '../..'
export const run = editor => {
editor.delete()
Editor.delete(editor)
}
export const input = (
@@ -18,5 +18,3 @@ export const input = (
)
export const output = input
export const skip = true

View File

@@ -4,7 +4,7 @@ import { Editor } from 'slate'
import { jsx } from '../..'
export const run = editor => {
editor.delete()
Editor.delete(editor)
}
export const input = (
@@ -21,5 +21,3 @@ export const input = (
)
export const output = input
export const skip = true

View File

@@ -4,7 +4,7 @@ import { Editor } from 'slate'
import { jsx } from '../..'
export const run = editor => {
editor.delete()
Editor.delete(editor)
}
export const input = (
@@ -29,5 +29,3 @@ export const input = (
)
export const output = input
export const skip = true