You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ValidationForm-test.tsx.snap 256B

12345678910111213141516
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should render and submit 1`] = `
  3. <Formik
  4. initialValues={
  5. {
  6. "foo": "bar",
  7. }
  8. }
  9. onSubmit={[Function]}
  10. validate={[MockFunction]}
  11. validateOnMount={true}
  12. >
  13. <Component />
  14. </Formik>
  15. `;