Restore CSSTransitionGroup tests

Not sure what happened here.

Test Plan: grunt test
This commit is contained in:
Ben Alpert
2014-04-12 17:05:29 -07:00
parent 8855d6153e
commit b918f7fc07
@@ -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">