Skip to content

Commit 88092cd

Browse files
hyeonbinHurljharb
andauthored
Update tests/lib/rules/display-name.js
Co-authored-by: Jordan Harband <[email protected]>
1 parent 16e8aef commit 88092cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/display-name.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ ruleTester.run('display-name', rule, {
903903
import React from 'react'
904904
905905
const Comp = React.forwardRef((props, ref) => {
906-
return <div>test</div>
906+
return <div>test</div>
907907
})
908908
`,
909909
errors: [

0 commit comments

Comments
 (0)