Merge pull request #4609 from spicyj/warn-r2

Remove accidental .only
This commit is contained in:
Ben Alpert
2015-08-11 18:20:05 -07:00
@@ -200,7 +200,7 @@ describe('ReactMount', function() {
});
}
it.only('warns when using two copies of React before throwing', function() {
it('warns when using two copies of React before throwing', function() {
require('mock-modules').dumpCache();
var RD1 = require('ReactDOM');
require('mock-modules').dumpCache();