Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

Commit

Permalink
fix(#117): Updated snapshots after Jest upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Gasser committed May 9, 2019
1 parent ef3bc86 commit 656ff72
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion src/app/__tests__/__snapshots__/NotFound.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ exports[`NotFound test suite should render NotFound 1`] = `
"toString": [Function],
"warnTooManyClasses": [Function],
"withComponent": [Function],
Symbol(Symbol.hasInstance): [Function],
}
}
forwardedRef={null}
Expand Down
1 change: 0 additions & 1 deletion src/app/__tests__/__snapshots__/Privacy.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ exports[`Privacy test suite should render consistently 1`] = `
"toString": [Function],
"warnTooManyClasses": [Function],
"withComponent": [Function],
Symbol(Symbol.hasInstance): [Function],
}
}
forwardedRef={null}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37072,7 +37072,6 @@ function",
"toString": [Function],
"warnTooManyClasses": [Function],
"withComponent": [Function],
Symbol(Symbol.hasInstance): [Function],
}
}
forwardedRef={null}
Expand Down Expand Up @@ -45604,7 +45603,6 @@ function",
"toString": [Function],
"warnTooManyClasses": [Function],
"withComponent": [Function],
Symbol(Symbol.hasInstance): [Function],
}
}
forwardedRef={null}
Expand Down Expand Up @@ -82758,7 +82756,6 @@ function",
"toString": [Function],
"warnTooManyClasses": [Function],
"withComponent": [Function],
Symbol(Symbol.hasInstance): [Function],
}
}
forwardedRef={null}
Expand Down Expand Up @@ -91294,7 +91291,6 @@ function",
"toString": [Function],
"warnTooManyClasses": [Function],
"withComponent": [Function],
Symbol(Symbol.hasInstance): [Function],
}
}
forwardedRef={null}
Expand Down Expand Up @@ -91478,7 +91474,6 @@ exports[`AddImageButton test suite AddImageButton appeareance test suite should
"toString": [Function],
"warnTooManyClasses": [Function],
"withComponent": [Function],
Symbol(Symbol.hasInstance): [Function],
}
}
forwardedRef={null}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7652,7 +7652,6 @@ string",
"toString": [Function],
"warnTooManyClasses": [Function],
"withComponent": [Function],
Symbol(Symbol.hasInstance): [Function],
}
}
forwardedRef={null}
Expand Down
6 changes: 0 additions & 6 deletions src/ui/__tests__/__snapshots__/Header.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6886,7 +6886,6 @@ string",
"toString": [Function],
"warnTooManyClasses": [Function],
"withComponent": [Function],
Symbol(Symbol.hasInstance): [Function],
}
}
forwardedRef={null}
Expand Down Expand Up @@ -6935,7 +6934,6 @@ string",
"toString": [Function],
"warnTooManyClasses": [Function],
"withComponent": [Function],
Symbol(Symbol.hasInstance): [Function],
}
}
forwardedRef={null}
Expand Down Expand Up @@ -7000,7 +6998,6 @@ string",
"toString": [Function],
"warnTooManyClasses": [Function],
"withComponent": [Function],
Symbol(Symbol.hasInstance): [Function],
}
}
forwardedRef={null}
Expand Down Expand Up @@ -24908,7 +24905,6 @@ string",
"toString": [Function],
"warnTooManyClasses": [Function],
"withComponent": [Function],
Symbol(Symbol.hasInstance): [Function],
}
}
forwardedRef={null}
Expand Down Expand Up @@ -24957,7 +24953,6 @@ string",
"toString": [Function],
"warnTooManyClasses": [Function],
"withComponent": [Function],
Symbol(Symbol.hasInstance): [Function],
}
}
forwardedRef={null}
Expand Down Expand Up @@ -25022,7 +25017,6 @@ string",
"toString": [Function],
"warnTooManyClasses": [Function],
"withComponent": [Function],
Symbol(Symbol.hasInstance): [Function],
}
}
forwardedRef={null}
Expand Down
2 changes: 0 additions & 2 deletions src/ui/__tests__/__snapshots__/PreviousButton.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ exports[`PreviousButton should render correctly 1`] = `
"toString": [Function],
"warnTooManyClasses": [Function],
"withComponent": [Function],
Symbol(Symbol.hasInstance): [Function],
}
}
forwardedRef={null}
Expand Down Expand Up @@ -69,7 +68,6 @@ exports[`PreviousButton styles should be consistent 1`] = `
"toString": [Function],
"warnTooManyClasses": [Function],
"withComponent": [Function],
Symbol(Symbol.hasInstance): [Function],
}
}
forwardedRef={null}
Expand Down
1 change: 0 additions & 1 deletion src/ui/form/__tests__/__snapshots__/Button.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6633,7 +6633,6 @@ exports[`StyledLoading should render correctly 1`] = `
"toString": [Function],
"warnTooManyClasses": [Function],
"withComponent": [Function],
Symbol(Symbol.hasInstance): [Function],
}
}
forwardedRef={null}
Expand Down

0 comments on commit 656ff72

Please sign in to comment.