Skip to content

Commit 625e28e

Browse files
committed
Fix: lint checking for tests
1 parent af96b71 commit 625e28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/require-render-return.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ruleTester.run('require-render-return', rule, {
3737
].join('\n'),
3838
parserOptions: parserOptions
3939
}, {
40-
code: [
40+
code: [
4141
'var Hello = React.createClass({',
4242
' displayName: \'Hello\',',
4343
' render: function() {',

0 commit comments

Comments
 (0)