Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Aug 3, 2020
1 parent 369df8c commit a4b02a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
@@ -0,0 +1,5 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`ImagePreview renders correctly 1`] = `null`;

exports[`ImagePreview renders correctly with origin 1`] = `null`;
8 changes: 4 additions & 4 deletions components/tabs/__tests__/__snapshots__/index.test.jsx.snap
Expand Up @@ -11,7 +11,7 @@ exports[`Tab canSwipe 1`] = `
role="tablist"
>
<li
class="za-tabs__tab"
class="za-tabs__tab za-tabs__tab--active"
role="tab"
>
选项卡1
Expand Down Expand Up @@ -68,7 +68,7 @@ exports[`Tab lineWidth is auto 1`] = `
role="tablist"
>
<li
className="za-tabs__tab"
className="za-tabs__tab za-tabs__tab--active"
key="0/.0"
onClick={[Function]}
role="tab"
Expand Down Expand Up @@ -146,7 +146,7 @@ exports[`Tab lineWidth is auto 2`] = `
role="tablist"
>
<li
className="za-tabs__tab"
className="za-tabs__tab za-tabs__tab--active"
key="0/.0"
onClick={[Function]}
role="tab"
Expand Down Expand Up @@ -224,7 +224,7 @@ exports[`Tab renders correctly 1`] = `
role="tablist"
>
<li
class="za-tabs__tab"
class="za-tabs__tab za-tabs__tab--active"
role="tab"
>
选项卡1
Expand Down

0 comments on commit a4b02a6

Please sign in to comment.