Files
vant/src/contact-edit/test/__snapshots__/index.spec.ts.snap
T

14 lines
331 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`should validate contact name before submitting form 1`] = `
<div class="van-field__error-message">
Please fill in the name
</div>
`;
exports[`should validate contact tel before submitting form 1`] = `
<div class="van-field__error-message">
Malformed phone number
</div>
`;