1
0
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:
Guan-Erjia
2025-06-11 06:37:28 +08:00
committed by GitHub
parent 9862ae71bf
commit 86e1411235
3 changed files with 0 additions and 3 deletions

View File

@@ -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)

View File

@@ -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)

View File

@@ -35,4 +35,3 @@ export const input = (
</editor>
)
export const output = cloneDeep(input)
export const skip = true