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
@@ -3,7 +3,7 @@
exports[`should render page slot correctly 1`] = `
<ul class="van-pagination">
<li class="van-pagination__item van-pagination__prev van-hairline">
上一页
Previous
</li>
<li class="van-pagination__item van-pagination__page van-hairline">
foo 1
@@ -21,7 +21,7 @@ exports[`should render page slot correctly 1`] = `
foo 5
</li>
<li class="van-pagination__item van-pagination__next van-hairline">
下一页
Next
</li>
</ul>
`;