mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
cleanup
This commit is contained in:
@@ -26,7 +26,6 @@ console.warn = function(message){
|
||||
if (typeof jasmine.getJSReport != 'function') return setTimeout(report, 100);
|
||||
postDataToURL(JSON.stringify(jasmine.getJSReport()), '/reportTestResults', function(error, event){
|
||||
if (error) return console.error(error);
|
||||
console.log(event);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user