Skip to content

Commit 3983fb2

Browse files
committed
Update snapshots after the jest upgrade
1 parent f8aebfe commit 3983fb2

10 files changed

+28
-32
lines changed

src/test/components/__snapshots__/CallTreeSidebar.test.js.snap

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`CallTreeSidebar can expand subcategories 1`] = `
44
<aside
@@ -125,7 +125,7 @@ exports[`CallTreeSidebar can expand subcategories 1`] = `
125125
>
126126
<div
127127
class="sidebar-histogram-bar-color category-color-purple"
128-
style="width: 100.0000%;"
128+
style="width: 100%;"
129129
/>
130130
</div>
131131
<h4
@@ -168,7 +168,7 @@ exports[`CallTreeSidebar can expand subcategories 1`] = `
168168
>
169169
<div
170170
class="sidebar-histogram-bar-color category-color-purple"
171-
style="width: 100.0000%;"
171+
style="width: 100%;"
172172
/>
173173
</div>
174174
</div>
@@ -300,7 +300,7 @@ exports[`CallTreeSidebar can expand subcategories 2`] = `
300300
>
301301
<div
302302
class="sidebar-histogram-bar-color category-color-purple"
303-
style="width: 100.0000%;"
303+
style="width: 100%;"
304304
/>
305305
</div>
306306
<div
@@ -373,7 +373,7 @@ exports[`CallTreeSidebar can expand subcategories 2`] = `
373373
>
374374
<div
375375
class="sidebar-histogram-bar-color category-color-purple"
376-
style="width: 100.0000%;"
376+
style="width: 100%;"
377377
/>
378378
</div>
379379
</div>
@@ -485,7 +485,7 @@ exports[`CallTreeSidebar matches the snapshots when displaying bytes data 2`] =
485485
>
486486
<div
487487
class="sidebar-histogram-bar-color category-color-yellow"
488-
style="width: 100.0000%;"
488+
style="width: 100%;"
489489
/>
490490
</div>
491491
</div>
@@ -623,7 +623,7 @@ exports[`CallTreeSidebar matches the snapshots when displaying data about the cu
623623
>
624624
<div
625625
class="sidebar-histogram-bar-color category-color-yellow"
626-
style="width: 100.0000%;"
626+
style="width: 100%;"
627627
/>
628628
</div>
629629
</div>
@@ -749,7 +749,7 @@ exports[`CallTreeSidebar matches the snapshots when displaying data about the cu
749749
>
750750
<div
751751
class="sidebar-histogram-bar-color category-color-yellow"
752-
style="width: 100.0000%;"
752+
style="width: 100%;"
753753
/>
754754
</div>
755755
</div>
@@ -875,7 +875,7 @@ exports[`CallTreeSidebar matches the snapshots when displaying data about the cu
875875
>
876876
<div
877877
class="sidebar-histogram-bar-color category-color-transparent"
878-
style="width: 50.0000%;"
878+
style="width: 50%;"
879879
/>
880880
</div>
881881
<div
@@ -898,7 +898,7 @@ exports[`CallTreeSidebar matches the snapshots when displaying data about the cu
898898
>
899899
<div
900900
class="sidebar-histogram-bar-color category-color-purple"
901-
style="width: 50.0000%;"
901+
style="width: 50%;"
902902
/>
903903
</div>
904904
<h4
@@ -935,7 +935,7 @@ exports[`CallTreeSidebar matches the snapshots when displaying data about the cu
935935
>
936936
<div
937937
class="sidebar-histogram-bar-color category-color-purple"
938-
style="width: 100.0000%;"
938+
style="width: 100%;"
939939
/>
940940
</div>
941941
</div>
@@ -1061,7 +1061,7 @@ exports[`CallTreeSidebar matches the snapshots when displaying data about the cu
10611061
>
10621062
<div
10631063
class="sidebar-histogram-bar-color category-color-yellow"
1064-
style="width: 100.0000%;"
1064+
style="width: 100%;"
10651065
/>
10661066
</div>
10671067
<h4
@@ -1098,7 +1098,7 @@ exports[`CallTreeSidebar matches the snapshots when displaying data about the cu
10981098
>
10991099
<div
11001100
class="sidebar-histogram-bar-color category-color-yellow"
1101-
style="width: 100.0000%;"
1101+
style="width: 100%;"
11021102
/>
11031103
</div>
11041104
</div>
@@ -1236,7 +1236,7 @@ exports[`CallTreeSidebar matches the snapshots when displaying data about the cu
12361236
>
12371237
<div
12381238
class="sidebar-histogram-bar-color category-color-yellow"
1239-
style="width: 100.0000%;"
1239+
style="width: 100%;"
12401240
/>
12411241
</div>
12421242
</div>
@@ -1362,7 +1362,7 @@ exports[`CallTreeSidebar matches the snapshots when displaying data about the cu
13621362
>
13631363
<div
13641364
class="sidebar-histogram-bar-color category-color-purple"
1365-
style="width: 100.0000%;"
1365+
style="width: 100%;"
13661366
/>
13671367
</div>
13681368
</div>
@@ -1488,7 +1488,7 @@ exports[`CallTreeSidebar matches the snapshots when displaying data about the cu
14881488
>
14891489
<div
14901490
class="sidebar-histogram-bar-color category-color-transparent"
1491-
style="width: 100.0000%;"
1491+
style="width: 100%;"
14921492
/>
14931493
</div>
14941494
</div>
@@ -1614,7 +1614,7 @@ exports[`CallTreeSidebar matches the snapshots when displaying data about the cu
16141614
>
16151615
<div
16161616
class="sidebar-histogram-bar-color category-color-purple"
1617-
style="width: 100.0000%;"
1617+
style="width: 100%;"
16181618
/>
16191619
</div>
16201620
</div>

src/test/components/__snapshots__/FlameGraph.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`FlameGraph EmptyReasons matches the snapshot when a profile has no samples 1`] = `
44
<div

src/test/components/__snapshots__/SampleTooltipContents.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`SampleTooltipContents renders the CPU usage only when outside of the activity graph is hovered 1`] = `
44
<div

src/test/components/__snapshots__/TooltipMarker.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`TooltipMarker renders profiled off-main thread FileIO markers properly 1`] = `
44
<div

src/test/components/__snapshots__/TrackBandwidth.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`TrackBandwidth draws a dot that matches the snapshot 1`] = `
44
<div

src/test/components/__snapshots__/TrackCustomMarker.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`TrackCustomMarker draws a dot that matches the snapshot 1`] = `
44
<div

src/test/components/__snapshots__/TrackMemory.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`TrackMemory draws a dot that matches the snapshot 1`] = `
44
<div

src/test/components/__snapshots__/TrackNetwork.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`VerticalIndicators displays tooltips 1`] = `
44
<div

src/test/components/__snapshots__/TrackPower.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`TrackPower draws a dot that matches the snapshot 1`] = `
44
<div

src/test/unit/__snapshots__/marker-schema.test.js.snap

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`marker schema formatting supports complex formats 1`] = `
44
Array [
@@ -170,9 +170,7 @@ Array [
170170
<th>
171171
a
172172
</th>
173-
<th>
174-
175-
</th>
173+
<th />
176174
</tr>
177175
</thead>
178176
<tbody>
@@ -213,9 +211,7 @@ Array [
213211
<th>
214212
a
215213
</th>
216-
<th>
217-
218-
</th>
214+
<th />
219215
</tr>
220216
</thead>
221217
<tbody>

0 commit comments

Comments
 (0)