ModusCreateOrg/budgeting

View on GitHub
app/components/DataSelector/__tests__/__snapshots__/index-test.js.snap

Summary

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

exports[`renders correctly 1`] = `
<select
  name=""
  onChange={[Function]}
  value="test"
>
  <option
    value="foo"
  >
    foo
  </option>
  <option
    value="bar"
  >
    bar
  </option>
</select>
`;