Skip to content

Commit

Permalink
update snapshot files
Browse files Browse the repository at this point in the history
  • Loading branch information
vutran committed Dec 17, 2017
1 parent 85f41ec commit 0e45d09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 60 deletions.
48 changes: 0 additions & 48 deletions __tests__/__snapshots__/Results.tsx.snap
Expand Up @@ -18,12 +18,6 @@ exports[`Results should render a <Results /> 1`] = `
>
<a
href="https://google.com"
item={
Object {
"title": "Google",
"url": "https://google.com",
}
}
onClick={undefined}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
Expand Down Expand Up @@ -51,12 +45,6 @@ exports[`Results should render a <Results /> 1`] = `
</a>
<a
href="https://dropbox.com"
item={
Object {
"title": "Dropbox",
"url": "https://dropbox.com",
}
}
onClick={undefined}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
Expand Down Expand Up @@ -135,12 +123,6 @@ exports[`Results should render a <Results /> with a max height 1`] = `
>
<a
href="https://google.com"
item={
Object {
"title": "Google",
"url": "https://google.com",
}
}
onClick={undefined}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
Expand Down Expand Up @@ -168,12 +150,6 @@ exports[`Results should render a <Results /> with a max height 1`] = `
</a>
<a
href="https://dropbox.com"
item={
Object {
"title": "Dropbox",
"url": "https://dropbox.com",
}
}
onClick={undefined}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
Expand Down Expand Up @@ -225,12 +201,6 @@ exports[`Results should render a <Results /> with a row height 1`] = `
>
<a
href="https://google.com"
item={
Object {
"title": "Google",
"url": "https://google.com",
}
}
onClick={undefined}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
Expand Down Expand Up @@ -258,12 +228,6 @@ exports[`Results should render a <Results /> with a row height 1`] = `
</a>
<a
href="https://dropbox.com"
item={
Object {
"title": "Dropbox",
"url": "https://dropbox.com",
}
}
onClick={undefined}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
Expand Down Expand Up @@ -310,12 +274,6 @@ exports[`Results should render a <Results /> with a selected item 1`] = `
>
<a
href="https://google.com"
item={
Object {
"title": "Google",
"url": "https://google.com",
}
}
onClick={undefined}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
Expand Down Expand Up @@ -344,12 +302,6 @@ exports[`Results should render a <Results /> with a selected item 1`] = `
</a>
<a
href="https://dropbox.com"
item={
Object {
"title": "Dropbox",
"url": "https://dropbox.com",
}
}
onClick={undefined}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
Expand Down
12 changes: 0 additions & 12 deletions __tests__/__snapshots__/ResultsItem.tsx.snap
Expand Up @@ -3,12 +3,6 @@
exports[`ResultsItem should render a <ResultsItem /> 1`] = `
<a
href="https://google.com"
item={
Object {
"title": "Google",
"url": "https://google.com",
}
}
onClick={undefined}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
Expand Down Expand Up @@ -39,12 +33,6 @@ exports[`ResultsItem should render a <ResultsItem /> 1`] = `
exports[`ResultsItem should render a highlighted <ResultsItem /> 1`] = `
<a
href="https://google.com"
item={
Object {
"title": "Google",
"url": "https://google.com",
}
}
onClick={undefined}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
Expand Down

0 comments on commit 0e45d09

Please sign in to comment.