Skip to content

Commit

Permalink
fix: test error (#1)
Browse files Browse the repository at this point in the history
* fix: test error

* fix: ignore cjs files
  • Loading branch information
xiaoyuhen authored Mar 22, 2019
1 parent 8035ea1 commit e891793
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/dist
**/es
**/cjs
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ lerna.json
CHANGELOG.md
**/dist
**/es
**/cjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,16 @@ exports[`FullScreenButtonItem get FullScreenButtonItem component 1`] = `
className="fullScreenTooltip_1dwq0yf-o_O-menu_1a7s4a3-o_O-fullScreenTooltipWide_10ybo3o"
>
<Tooltip
content="退出全屏"
content="action-exit-fullscreen"
>
<div
className="root_r31oyg"
>
退出全屏
<TranslatedText
name="action-exit-fullscreen"
>
Exit Fullscreen
</TranslatedText>
</div>
</Tooltip>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
exports[`Tooltip get Tooltip component 1`] = `
<div
class="root_r31oyg"
>
高清
</div>
/>
`;

0 comments on commit e891793

Please sign in to comment.