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
@@ -2,12 +2,12 @@
exports[`should validate contact name before submitting form 1`] = `
<div class="van-field__error-message">
请输入正确的姓名
Malformed name
</div>
`;
exports[`should validate contact tel before submitting form 1`] = `
<div class="van-field__error-message">
请输入正确的手机号
Malformed phone number
</div>
`;