Skip to content

Commit b3fffe6

Browse files
committed
test: remove undefined props from snapshots (jestjs/jest#6162)
1 parent 076746c commit b3fffe6

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

packages/hn-react/src/components/deprecated/__snapshots__/Paragraph.test.tsx.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ exports[`Paragraph with required props 1`] = `
4949
}
5050
}
5151
index={0}
52-
page={undefined}
5352
paragraph={
5453
Object {
5554
"__hn": Object {

packages/hn-react/src/components/deprecated/__snapshots__/Paragraphs.test.tsx.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ exports[`Paragraphs with required props 1`] = `
5151
}
5252
}
5353
index={0}
54-
page={undefined}
5554
paragraph={
5655
Object {
5756
"__hn": Object {

0 commit comments

Comments
 (0)