mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix lint warnings
This commit is contained in:
committed by
Paul O’Shannessy
parent
b0a8103668
commit
656e1bd1b1
@@ -85,7 +85,7 @@ describe('ReactTransitionGroup', function() {
|
||||
|
||||
describe('with an undefined child', function () {
|
||||
it('should fail silently', function () {
|
||||
var a = React.renderComponent(
|
||||
React.renderComponent(
|
||||
<ReactTransitionGroup transitionName="yolo">
|
||||
</ReactTransitionGroup>,
|
||||
container
|
||||
|
||||
Reference in New Issue
Block a user