import * as React from "react"; import renderer from "react-test-renderer"; import Option from "../Option"; import Select from "../Select"; import { mount } from "enzyme"; import sinon from "sinon"; import { SingleSelectProps, MultiSelectProps } from "../typings/Select"; import Button from "../Button"; import Input from "../Input"; import Search from "../Search"; import "../../../tests/__setup__/matchers"; const options = new Array(5) .fill(1) .map((_x, i) => (