Skip to content

Commit

Permalink
test: remove undefined props from snapshots (jestjs/jest#6162)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlangelaan committed Jul 27, 2018
1 parent 076746c commit b3fffe6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ exports[`Paragraph with required props 1`] = `
}
}
index={0}
page={undefined}
paragraph={
Object {
"__hn": Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ exports[`Paragraphs with required props 1`] = `
}
}
index={0}
page={undefined}
paragraph={
Object {
"__hn": Object {
Expand Down

0 comments on commit b3fffe6

Please sign in to comment.