mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-22 23:12:52 +02:00
fix: Closing skip logic for some unit tests in slate history section (#5872)
This commit is contained in:
@@ -18,5 +18,4 @@ export const input = (
|
||||
</block>
|
||||
</editor>
|
||||
)
|
||||
export const skip = true // TODO: see https://github.com/ianstormtaylor/slate/pull/4188
|
||||
export const output = cloneDeep(input)
|
||||
|
@@ -26,5 +26,4 @@ export const input = (
|
||||
</block>
|
||||
</editor>
|
||||
)
|
||||
export const skip = true // TODO: see https://github.com/ianstormtaylor/slate/pull/4188
|
||||
export const output = cloneDeep(input)
|
||||
|
@@ -35,4 +35,3 @@ export const input = (
|
||||
</editor>
|
||||
)
|
||||
export const output = cloneDeep(input)
|
||||
export const skip = true
|
||||
|
Reference in New Issue
Block a user