WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 86e1411

Browse files
authored
fix: Closing skip logic for some unit tests in slate history section (#5872)
1 parent 9862ae7 commit 86e1411

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/slate-history/test/undo/delete_backward/custom-prop.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ export const input = (
1818
</block>
1919
</editor>
2020
)
21-
export const skip = true // TODO: see https://github.com/ianstormtaylor/slate/pull/4188
2221
export const output = cloneDeep(input)

packages/slate-history/test/undo/delete_backward/inline-across.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ export const input = (
2626
</block>
2727
</editor>
2828
)
29-
export const skip = true // TODO: see https://github.com/ianstormtaylor/slate/pull/4188
3029
export const output = cloneDeep(input)

packages/slate-history/test/undo/insert_fragment/basic.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ export const input = (
3535
</editor>
3636
)
3737
export const output = cloneDeep(input)
38-
export const skip = true

0 commit comments

Comments
 (0)