facebookarchive/draft-js

Test for indenting list item more than one level

Open

#1,674 建立於 2018年3月2日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)JavaScript (22,554 star) (2,646 fork)batch import
good first issuehelp wantedtest coverage

描述

After we merge https://github.com/facebook/draft-js/pull/762 then Draft should support indentation of a list more than one item deep.

To make sure we don't regress this support in the future, let's add a test.

I would add a test in the suite of unit tests for RichEditorUtil, here -> https://github.com/facebook/draft-js/blob/master/src/model/modifier/__tests__/RichTextEditorUtil-test.js

We don't seem to have any test for 'onTab' so let's add one.

testing_i_love_testing

貢獻者指南

Test for indenting list item more than one level · facebookarchive/draft-js#1674 | Good First Issue