types(ContactList): use tsx (#8146)

This commit is contained in:
neverland
2021-02-12 20:22:21 +08:00
committed by GitHub
parent 4f4e0b4f94
commit 7ec644c3bc
3 changed files with 13 additions and 4 deletions
@@ -0,0 +1,13 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
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>
`;