describe('john', () => {
      it("renders tag 'option'", () => {
        equal(select(dropdown).props.children[0].type, 'option')
      })