Skip to content

Commit 4f9b4ea

Browse files
committed
jest output looks much better
1 parent f6e5362 commit 4f9b4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node_package/tests/renderFunction.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('isRenderFunction', () => {
1515
},
1616
});
1717

18-
expect(true).toBe(false);
18+
expect(isRenderFunction(es5Component)).toBe(false);
1919
});
2020

2121
it('returns false for a ES6 React class', () => {

0 commit comments

Comments
 (0)