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
@@ -6,12 +6,12 @@ exports[`should render columns-top、columns-bottom slot correctly 1`] = `
<button type="button"
class="van-picker__cancel"
>
取消
Cancel
</button>
<button type="button"
class="van-picker__confirm"
>
确认
Confirm
</button>
</div>
Top
@@ -54,13 +54,13 @@ exports[`should render title slot correctly 1`] = `
<button type="button"
class="van-picker__cancel"
>
取消
Cancel
</button>
Custom Title
<button type="button"
class="van-picker__confirm"
>
确认
Confirm
</button>
</div>
`;
@@ -71,12 +71,12 @@ exports[`should render two columns when columns-num prop is two 1`] = `
<button type="button"
class="van-picker__cancel"
>
取消
Cancel
</button>
<button type="button"
class="van-picker__confirm"
>
确认
Confirm
</button>
</div>
<div class="van-picker__columns"