Fix the ReactDefaultPerf test to match changes in #6286

This commit is contained in:
Dan Abramov
2016-03-17 19:23:18 +00:00
parent 67647fd82f
commit b322d65320
+1 -1
View File
@@ -58,7 +58,7 @@ describe('ReactDefaultPerf', function() {
ReactDefaultPerf.start();
fn();
ReactDefaultPerf.stop();
return ReactDefaultPerf.getLastMeasurements();
return ReactDefaultPerf.getLastMeasurements().__unstable_this_format_will_change;
}
it('should count no-op update as waste', function() {