mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Restore CSSTransitionGroup tests
Not sure what happened here. Test Plan: grunt test
This commit is contained in:
@@ -125,7 +125,7 @@ describe('ReactCSSTransitionGroup', function() {
|
||||
expect(a.getDOMNode().childNodes[0].id).toBe('three');
|
||||
expect(a.getDOMNode().childNodes[1].id).toBe('two');
|
||||
});
|
||||
return;
|
||||
|
||||
it('should work with no children', function () {
|
||||
React.renderComponent(
|
||||
<ReactCSSTransitionGroup transitionName="yolo">
|
||||
|
||||
Reference in New Issue
Block a user