test: prefer enUS (#8144)

This commit is contained in:
neverland
2021-02-12 20:06:11 +08:00
committed by GitHub
parent eaf01090cc
commit cb2c2b9b68
10 changed files with 67 additions and 66 deletions

View File

@@ -7,7 +7,7 @@ exports[`should render different head content in different pulling status 1`] =
>
<div class="van-pull-refresh__head">
<div class="van-pull-refresh__text">
下拉即可刷新...
Pull to refresh...
</div>
</div>
</div>
@@ -21,7 +21,7 @@ exports[`should render different head content in different pulling status 2`] =
>
<div class="van-pull-refresh__head">
<div class="van-pull-refresh__text">
释放即可刷新...
Loose to refresh...
</div>
</div>
</div>
@@ -50,7 +50,7 @@ exports[`should render different head content in different pulling status 3`] =
</svg>
</span>
<span class="van-loading__text">
加载中...
Loading...
</span>
</div>
</div>
@@ -80,7 +80,7 @@ exports[`should render different head content in different pulling status 4`] =
</svg>
</span>
<span class="van-loading__text">
加载中...
Loading...
</span>
</div>
</div>