Skip to content

Commit

Permalink
Updated scheduling profiler test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Aug 17, 2021
1 parent 62dffa6 commit 033f932
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ describe('preprocessData', () => {
30 => Array [],
},
"nativeEvents": Array [],
"networkMeasures": Array [],
"otherUserTimingMarks": Array [],
"reactVersion": "17.0.3",
"schedulingEvents": Array [],
Expand Down Expand Up @@ -530,6 +531,7 @@ describe('preprocessData', () => {
30 => Array [],
},
"nativeEvents": Array [],
"networkMeasures": Array [],
"otherUserTimingMarks": Array [],
"reactVersion": "17.0.3",
"schedulingEvents": Array [
Expand Down Expand Up @@ -715,6 +717,7 @@ describe('preprocessData', () => {
30 => Array [],
},
"nativeEvents": Array [],
"networkMeasures": Array [],
"otherUserTimingMarks": Array [
Object {
"name": "__v3",
Expand Down Expand Up @@ -1051,6 +1054,7 @@ describe('preprocessData', () => {
30 => Array [],
},
"nativeEvents": Array [],
"networkMeasures": Array [],
"otherUserTimingMarks": Array [
Object {
"name": "__v3",
Expand Down

0 comments on commit 033f932

Please sign in to comment.