Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
[jest] undefined props are not included in snapshots anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 7, 2018
1 parent b551100 commit e28c2d4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ exports[`render 1`] = `
}
paramValues={Object {}}
replaceTemplateStrings={[Function]}
textPost={undefined}
textPre={undefined}
/>,
"key": 0,
"title": "step 1",
Expand All @@ -70,8 +68,6 @@ exports[`render 1`] = `
}
paramValues={Object {}}
replaceTemplateStrings={[Function]}
textPost={undefined}
textPre={undefined}
/>,
"key": 1,
"title": "step 2",
Expand Down Expand Up @@ -137,8 +133,6 @@ exports[`statusCheckState checking status 1`] = `
}
paramValues={Object {}}
replaceTemplateStrings={[Function]}
textPost={undefined}
textPre={undefined}
/>,
"key": 0,
"title": "step 1",
Expand Down Expand Up @@ -260,8 +254,6 @@ exports[`statusCheckState failed status check - error 1`] = `
}
paramValues={Object {}}
replaceTemplateStrings={[Function]}
textPost={undefined}
textPre={undefined}
/>,
"key": 0,
"title": "step 1",
Expand Down Expand Up @@ -388,8 +380,6 @@ exports[`statusCheckState failed status check - no data 1`] = `
}
paramValues={Object {}}
replaceTemplateStrings={[Function]}
textPost={undefined}
textPre={undefined}
/>,
"key": 0,
"title": "step 1",
Expand Down Expand Up @@ -516,8 +506,6 @@ exports[`statusCheckState initial state - no check has been attempted 1`] = `
}
paramValues={Object {}}
replaceTemplateStrings={[Function]}
textPost={undefined}
textPre={undefined}
/>,
"key": 0,
"title": "step 1",
Expand Down Expand Up @@ -639,8 +627,6 @@ exports[`statusCheckState successful status check 1`] = `
}
paramValues={Object {}}
replaceTemplateStrings={[Function]}
textPost={undefined}
textPre={undefined}
/>,
"key": 0,
"title": "step 1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ exports[`ScriptingHelpFlyout should render normally 1`] = `
indexPattern={Object {}}
lang="painless"
name="myScriptedField"
script={undefined}
/>,
"data-test-subj": "testTab",
"id": "test",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ exports[`should only render permalink panel when there are no other panels 1`] =
Object {
"content": <ShareUrlContent
getUnhashableStates={[Function]}
objectId={undefined}
objectType="dashboard"
/>,
"id": 1,
Expand All @@ -27,7 +26,6 @@ exports[`should render context menu panel when there are more than one panel 1`]
Object {
"content": <ShareUrlContent
getUnhashableStates={[Function]}
objectId={undefined}
objectType="dashboard"
/>,
"id": 1,
Expand All @@ -37,7 +35,6 @@ exports[`should render context menu panel when there are more than one panel 1`]
"content": <ShareUrlContent
getUnhashableStates={[Function]}
isEmbedded={true}
objectId={undefined}
objectType="dashboard"
/>,
"id": 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ exports[`Filter Lists Table renders with filter lists supplied 1`] = `
<NewFilterButton />,
<DeleteFilterListModal
refreshFilterLists={[MockFunction]}
selectedFilterLists={undefined}
/>,
],
}
Expand Down

0 comments on commit e28c2d4

Please sign in to comment.