Skip to content

Commit

Permalink
Update all snapshots, because their format is different in Jest 29
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheiy committed Mar 22, 2024
1 parent 8524a37 commit b5645ad
Show file tree
Hide file tree
Showing 72 changed files with 720 additions and 712 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exports[`Rating should be rendered correctly 1`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand All @@ -37,7 +37,7 @@ exports[`Rating should be rendered correctly 1`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand All @@ -49,7 +49,7 @@ exports[`Rating should be rendered correctly 1`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand All @@ -61,7 +61,7 @@ exports[`Rating should be rendered correctly 1`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand All @@ -73,7 +73,7 @@ exports[`Rating should be rendered correctly 1`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand All @@ -84,7 +84,7 @@ exports[`Rating should be rendered correctly 1`] = `
<div
className="uui-rating-filled-star-container"
style={
Object {
{
"width": 0,
}
}
Expand All @@ -94,7 +94,7 @@ exports[`Rating should be rendered correctly 1`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand All @@ -106,7 +106,7 @@ exports[`Rating should be rendered correctly 1`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand All @@ -118,7 +118,7 @@ exports[`Rating should be rendered correctly 1`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand All @@ -130,7 +130,7 @@ exports[`Rating should be rendered correctly 1`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand All @@ -142,7 +142,7 @@ exports[`Rating should be rendered correctly 1`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand Down Expand Up @@ -179,7 +179,7 @@ exports[`Rating should be rendered correctly 2`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand All @@ -191,7 +191,7 @@ exports[`Rating should be rendered correctly 2`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand All @@ -203,7 +203,7 @@ exports[`Rating should be rendered correctly 2`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand All @@ -215,7 +215,7 @@ exports[`Rating should be rendered correctly 2`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand All @@ -227,7 +227,7 @@ exports[`Rating should be rendered correctly 2`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand All @@ -238,7 +238,7 @@ exports[`Rating should be rendered correctly 2`] = `
<div
className="uui-rating-filled-star-container"
style={
Object {
{
"width": 0,
}
}
Expand All @@ -248,7 +248,7 @@ exports[`Rating should be rendered correctly 2`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand All @@ -260,7 +260,7 @@ exports[`Rating should be rendered correctly 2`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand All @@ -272,7 +272,7 @@ exports[`Rating should be rendered correctly 2`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand All @@ -284,7 +284,7 @@ exports[`Rating should be rendered correctly 2`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand All @@ -296,7 +296,7 @@ exports[`Rating should be rendered correctly 2`] = `
>
<div
className="container uui-icon uui-enabled"
style={Object {}}
style={{}}
>
<svg
className=""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`RangeSlider should be rendered correctly 1`] = `
<div
className="uui-slider-filled"
style={
Object {
{
"left": 0,
"width": 0,
}
Expand All @@ -23,15 +23,15 @@ exports[`RangeSlider should be rendered correctly 1`] = `
<div
className="uui-slider-scale-dot uui-slider-scale-filled-dot"
style={
Object {
{
"transform": "translateX(0px)",
}
}
/>
<div
className="uui-slider-scale-number"
style={
Object {
{
"transform": "translateX(0px)",
}
}
Expand All @@ -41,15 +41,15 @@ exports[`RangeSlider should be rendered correctly 1`] = `
<div
className="uui-slider-scale-dot uui-slider-scale-filled-dot"
style={
Object {
{
"transform": "translateX(0px)",
}
}
/>
<div
className="uui-slider-scale-number"
style={
Object {
{
"transform": "translateX(0px)",
}
}
Expand All @@ -70,7 +70,7 @@ exports[`RangeSlider should be rendered correctly 1`] = `
onMouseUp={[Function]}
role="slider"
style={
Object {
{
"transform": "translateX(0px)",
}
}
Expand All @@ -89,7 +89,7 @@ exports[`RangeSlider should be rendered correctly 1`] = `
onMouseUp={[Function]}
role="slider"
style={
Object {
{
"transform": "translateX(0px)",
}
}
Expand All @@ -109,7 +109,7 @@ exports[`RangeSlider should be rendered correctly with extra props 1`] = `
<div
className="uui-slider-filled"
style={
Object {
{
"left": 0,
"width": 0,
}
Expand All @@ -121,15 +121,15 @@ exports[`RangeSlider should be rendered correctly with extra props 1`] = `
<div
className="uui-slider-scale-dot uui-slider-scale-filled-dot"
style={
Object {
{
"transform": "translateX(0px)",
}
}
/>
<div
className="uui-slider-scale-number"
style={
Object {
{
"transform": "translateX(0px)",
}
}
Expand All @@ -139,15 +139,15 @@ exports[`RangeSlider should be rendered correctly with extra props 1`] = `
<div
className="uui-slider-scale-dot uui-slider-scale-filled-dot"
style={
Object {
{
"transform": "translateX(0px)",
}
}
/>
<div
className="uui-slider-scale-number"
style={
Object {
{
"transform": "translateX(0px)",
}
}
Expand All @@ -168,7 +168,7 @@ exports[`RangeSlider should be rendered correctly with extra props 1`] = `
onMouseUp={[Function]}
role="slider"
style={
Object {
{
"transform": "translateX(0px)",
}
}
Expand All @@ -187,7 +187,7 @@ exports[`RangeSlider should be rendered correctly with extra props 1`] = `
onMouseUp={[Function]}
role="slider"
style={
Object {
{
"transform": "translateX(0px)",
}
}
Expand Down
Loading

0 comments on commit b5645ad

Please sign in to comment.