Skip to content

Commit

Permalink
Fix the ReactDefaultPerf test to match changes in #6286
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Mar 17, 2016
1 parent 67647fd commit b322d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/__tests__/ReactDefaultPerf-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit b322d65

Please sign in to comment.