Skip to content

Commit

Permalink
update snapshot (#16556)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed May 13, 2019
1 parent ad262e7 commit 399778c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions components/table/__tests__/__snapshots__/demo.test.js.snap
Expand Up @@ -12107,7 +12107,7 @@ exports[`renders ./components/table/demo/resizable-column.md correctly 1`] = `
</div>
</span>
<span
class="react-resizable-handle"
class="react-resizable-handle react-resizable-handle-se"
style="touch-action:none"
/>
</th>
Expand All @@ -12129,7 +12129,7 @@ exports[`renders ./components/table/demo/resizable-column.md correctly 1`] = `
</div>
</span>
<span
class="react-resizable-handle"
class="react-resizable-handle react-resizable-handle-se"
style="touch-action:none"
/>
</th>
Expand All @@ -12151,7 +12151,7 @@ exports[`renders ./components/table/demo/resizable-column.md correctly 1`] = `
</div>
</span>
<span
class="react-resizable-handle"
class="react-resizable-handle react-resizable-handle-se"
style="touch-action:none"
/>
</th>
Expand All @@ -12173,7 +12173,7 @@ exports[`renders ./components/table/demo/resizable-column.md correctly 1`] = `
</div>
</span>
<span
class="react-resizable-handle"
class="react-resizable-handle react-resizable-handle-se"
style="touch-action:none"
/>
</th>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -167,7 +167,7 @@
"react-highlight-words": "^0.16.0",
"react-infinite-scroller": "^1.2.1",
"react-intl": "^2.7.0",
"react-resizable": "^1.7.5",
"react-resizable": "^1.8.0",
"react-router-dom": "^5.0.0",
"react-sticky": "^6.0.3",
"react-test-renderer": "^16.6.3",
Expand Down

0 comments on commit 399778c

Please sign in to comment.