Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 5f76004

Browse files
committed
[FIX] List: remove outdated TODO
1 parent 098c1af commit 5f76004

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/plugin-list/test/List.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2796,8 +2796,6 @@ describePlugin(List, testEditor => {
27962796
});
27972797
});
27982798
describe('Removing items', () => {
2799-
// TODO: MAKE IT PASS
2800-
// TODO: determine whether this is the expected behavior
28012799
it('should add an empty list item at the end of a list, then remove it', async () => {
28022800
await testEditor(BasicEditor, {
28032801
contentBefore: '<ol><li>abc[]</li></ol>',

0 commit comments

Comments
 (0)