Skip to content

Commit 60eae13

Browse files
[fix] fix test case - add enter
1 parent 6ae315b commit 60eae13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lib/rules/destructuring-assignment.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ ruleTester.run('destructuring-assignment', rule, {
189189
};`,
190190
options: ['never']
191191
}],
192+
192193
invalid: [{
193194
code: `const MyComponent = (props) => {
194195
return (<div id={props.id} />)

0 commit comments

Comments
 (0)