Skip to content

Commit

Permalink
fix(snapshots): fix tests due to the addition of text outline
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Nov 14, 2023
1 parent cf87388 commit 1620db2
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ exports[`should support bottom-to-top direction 1`] = `
"fill": "#333333",
"fontFamily": "sans-serif",
"fontSize": 11,
"outlineColor": "transparent",
"outlineWidth": 0,
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -101,6 +103,8 @@ exports[`should support bottom-to-top direction justified 1`] = `
"fill": "#333333",
"fontFamily": "sans-serif",
"fontSize": 11,
"outlineColor": "transparent",
"outlineWidth": 0,
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -158,6 +162,8 @@ exports[`should support left-to-right direction 1`] = `
"fill": "#333333",
"fontFamily": "sans-serif",
"fontSize": 11,
"outlineColor": "transparent",
"outlineWidth": 0,
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -215,6 +221,8 @@ exports[`should support left-to-right direction justified 1`] = `
"fill": "#333333",
"fontFamily": "sans-serif",
"fontSize": 11,
"outlineColor": "transparent",
"outlineWidth": 0,
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -272,6 +280,8 @@ exports[`should support right-to-left direction 1`] = `
"fill": "#333333",
"fontFamily": "sans-serif",
"fontSize": 11,
"outlineColor": "transparent",
"outlineWidth": 0,
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -329,6 +339,8 @@ exports[`should support right-to-left direction justified 1`] = `
"fill": "#333333",
"fontFamily": "sans-serif",
"fontSize": 11,
"outlineColor": "transparent",
"outlineWidth": 0,
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -386,6 +398,8 @@ exports[`should support top-to-bottom direction 1`] = `
"fill": "#333333",
"fontFamily": "sans-serif",
"fontSize": 11,
"outlineColor": "transparent",
"outlineWidth": 0,
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down Expand Up @@ -443,6 +457,8 @@ exports[`should support top-to-bottom direction justified 1`] = `
"fill": "#333333",
"fontFamily": "sans-serif",
"fontSize": 11,
"outlineColor": "transparent",
"outlineWidth": 0,
"pointerEvents": "none",
"userSelect": "none",
}
Expand Down
Loading

1 comment on commit 1620db2

@vercel
Copy link

@vercel vercel bot commented on 1620db2 Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nivo – ./

nivo-plouc.vercel.app
nivo.vercel.app
nivo-git-master-plouc.vercel.app
nivo.rocks
www.nivo.rocks

Please sign in to comment.