We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1f9c2 commit f6e5362Copy full SHA for f6e5362
node_package/tests/renderFunction.test.jsx
@@ -15,7 +15,7 @@ describe('isRenderFunction', () => {
15
},
16
});
17
18
- expect(isRenderFunction(es5Component)).toBe(false);
+ expect(true).toBe(false);
19
20
21
it('returns false for a ES6 React class', () => {
0 commit comments