mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #2900 from wincent/test-desc-fix
Fix inaccurate spec description
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user