apjames93/rff-wrapper

View on GitHub
src/lib/components/HTMLInput/__snapshots__/HTMLInput.test.js.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`<Input /> snapshot 1`] = `
<form
  onSubmit={[Function]}
>
  <label
    htmlFor="cool"
    style={
      Object {
        "display": "flex",
        "flexDirection": "column",
      }
    }
  >
    
    <input
      disabled={false}
      id="cool"
      maxLength={null}
      name="cool"
      onBlur={[Function]}
      onChange={[Function]}
      onFocus={[Function]}
      placeholder=""
      required={false}
      type="text"
      value=""
    />
  </label>
</form>
`;