kimjuny/koa-react-universal

View on GitHub
src/client/components/common/__tests__/__snapshots__/TextInput.spec.js.snap

Summary

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

exports[`components/common/TextInput TextInput should render correctly 1`] = `
<div>
  <input
    className="text-input text-input-lg text-input-white"
    onChange={[Function]}
    onKeyPress={[Function]}
    placeholder={undefined}
    type="text"
    value={undefined}
  />
</div>
`;