Remove accidental .only

This commit is contained in:
Ben Alpert
2015-08-11 18:19:42 -07:00
parent dc5a5adfaf
commit a54d321765
@@ -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();