diff --git a/react-select/react-select-tests.ts b/react-select/react-select-tests.ts deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/react-select/react-select-tests.tsx b/react-select/react-select-tests.tsx new file mode 100644 index 0000000000..024761fe87 --- /dev/null +++ b/react-select/react-select-tests.tsx @@ -0,0 +1,29 @@ + +/// +/// +/// + +import * as React from "react" +import * as ReactDOM from "react-dom" + +import Select from "react-select" + +class SelectTest extends React.Component, {}> { + + render() { + return
+