Merge pull request #2900 from wincent/test-desc-fix

Fix inaccurate spec description
This commit is contained in:
Timothy Yung
2015-01-21 18:56:33 -08:00
@@ -24,7 +24,7 @@ describe('LocalEventTrapMixin', function() {
ReactTestUtils = require('ReactTestUtils');
});
it('does not fatal when trapping bubbled state on null', function() {
it('throws when trapping bubbled state on null', function() {
var BadImage = React.createClass({
mixins: [LocalEventTrapMixin],
render: function() {