mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00: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();
|
||||
|
||||
Reference in New Issue
Block a user