diff --git a/packages/react-devtools-scheduling-profiler/src/import-worker/__tests__/preprocessData-test.internal.js b/packages/react-devtools-scheduling-profiler/src/import-worker/__tests__/preprocessData-test.internal.js index f5267e8d06aa1..3481068f471b2 100644 --- a/packages/react-devtools-scheduling-profiler/src/import-worker/__tests__/preprocessData-test.internal.js +++ b/packages/react-devtools-scheduling-profiler/src/import-worker/__tests__/preprocessData-test.internal.js @@ -324,6 +324,7 @@ describe('preprocessData', () => { 30 => Array [], }, "nativeEvents": Array [], + "networkMeasures": Array [], "otherUserTimingMarks": Array [], "reactVersion": "17.0.3", "schedulingEvents": Array [], @@ -530,6 +531,7 @@ describe('preprocessData', () => { 30 => Array [], }, "nativeEvents": Array [], + "networkMeasures": Array [], "otherUserTimingMarks": Array [], "reactVersion": "17.0.3", "schedulingEvents": Array [ @@ -715,6 +717,7 @@ describe('preprocessData', () => { 30 => Array [], }, "nativeEvents": Array [], + "networkMeasures": Array [], "otherUserTimingMarks": Array [ Object { "name": "__v3", @@ -1051,6 +1054,7 @@ describe('preprocessData', () => { 30 => Array [], }, "nativeEvents": Array [], + "networkMeasures": Array [], "otherUserTimingMarks": Array [ Object { "name": "__v3",