Skip to content

Commit

Permalink
📸 Update snapshots for htmlType
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut Remy committed Sep 13, 2017
1 parent 5812b67 commit 194d5ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ exports[`fyndiq-component-button should be rendered without props 1`] = `
"
disabled={false}
onClick={[Function]}
type={null}
>
Hello
</button>
Expand All @@ -63,7 +62,6 @@ exports[`fyndiq-component-button should have a disabled prop 1`] = `
"
disabled={true}
onClick={[Function]}
type={null}
>
Hello
</button>
Expand All @@ -81,7 +79,6 @@ exports[`fyndiq-component-button should have a horizontal prop 1`] = `
"
disabled={false}
onClick={[Function]}
type={null}
>
Hello
</button>
Expand Down Expand Up @@ -117,7 +114,6 @@ exports[`fyndiq-component-button should have a pressed prop 1`] = `
"
disabled={false}
onClick={[Function]}
type={null}
>
Hello
</button>
Expand All @@ -135,7 +131,6 @@ exports[`fyndiq-component-button should have a size prop 1`] = `
"
disabled={false}
onClick={[Function]}
type={null}
>
Hello
</button>
Expand All @@ -153,7 +148,6 @@ exports[`fyndiq-component-button should have a type prop 1`] = `
"
disabled={false}
onClick={[Function]}
type={null}
>
Hello
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ exports[`fyndiq-component-dropdown should be displayed with minimum props 1`] =
<Button
disabled={false}
horizontal={false}
htmlType={null}
onClick={[Function]}
pressed={false}
size="s"
Expand Down

0 comments on commit 194d5ad

Please sign in to comment.