diff --git a/tests/lib/rules/jsx-sort-props.js b/tests/lib/rules/jsx-sort-props.js index 0fdddf92d9..082ef11f4e 100644 --- a/tests/lib/rules/jsx-sort-props.js +++ b/tests/lib/rules/jsx-sort-props.js @@ -243,6 +243,96 @@ ruleTester.run('jsx-sort-props', rule, { output: '', errors: 1 }, + { + code: ``, + output: ``, + errors: 10 + }, + { + code: ``, + output: ``, + errors: 13 + }, { code: '', errors: [expectedShorthandLastError],