Skip to content

Commit

Permalink
Fix snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-c-martin committed Jan 2, 2024
1 parent ba47211 commit 78c08bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`component App should render 1`] = `
Array [
[
.c0 {
position: absolute;
left: 0px;
Expand Down Expand Up @@ -87,7 +87,7 @@ Array [
stroke="currentColor"
strokeWidth="0"
style={
Object {
{
"color": "#c1c1c1",
}
}
Expand Down Expand Up @@ -130,7 +130,7 @@ Array [
stroke="currentColor"
strokeWidth="0"
style={
Object {
{
"color": "#c1c1c1",
}
}
Expand Down Expand Up @@ -173,7 +173,7 @@ Array [
stroke="currentColor"
strokeWidth="0"
style={
Object {
{
"color": "#c1c1c1",
}
}
Expand Down Expand Up @@ -213,7 +213,7 @@ Array [
stroke="currentColor"
strokeWidth="0"
style={
Object {
{
"color": "#c1c1c1",
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`component Graph should render 1`] = `
Array [
[
.c0 {
position: absolute;
left: 0px;
Expand Down Expand Up @@ -87,7 +87,7 @@ Array [
stroke="currentColor"
strokeWidth="0"
style={
Object {
{
"color": "#c1c1c1",
}
}
Expand Down Expand Up @@ -130,7 +130,7 @@ Array [
stroke="currentColor"
strokeWidth="0"
style={
Object {
{
"color": "#c1c1c1",
}
}
Expand Down Expand Up @@ -173,7 +173,7 @@ Array [
stroke="currentColor"
strokeWidth="0"
style={
Object {
{
"color": "#c1c1c1",
}
}
Expand Down Expand Up @@ -213,7 +213,7 @@ Array [
stroke="currentColor"
strokeWidth="0"
style={
Object {
{
"color": "#c1c1c1",
}
}
Expand Down

0 comments on commit 78c08bb

Please sign in to comment.