facebookarchive/draft-js
View on GitHubTest for indenting list item more than one level
Open
#1674 opened on Mar 2, 2018
good first issuehelp wantedtest coverage
Description
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.
