mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #1405 from spicyj/css-tests
Restore CSSTransitionGroup tests
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