Skip to content

Commit 14af4e3

Browse files
committed
blog-12: reconcile array
1 parent 2219b38 commit 14af4e3

File tree

17 files changed

+604
-381
lines changed

17 files changed

+604
-381
lines changed

__tests__/react-dom/ReactFunctionComponent-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('ReactFunctionComponent', () => {
2525
ReactTestUtils = require('../utils/test-utils')
2626
});
2727

28-
it.only('should render stateless component', () => {
28+
it('should render stateless component', () => {
2929
const el = document.createElement('div');
3030
// console.log(FunctionComponent.toString())
3131
ReactDOM.createRoot(el).render(<FunctionComponent name="A"/>);

0 commit comments

Comments
 (0)