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