diff --git a/react-select/react-select-tests.tsx b/react-select/react-select-tests.tsx
index acd84badba..880aacae42 100644
--- a/react-select/react-select-tests.tsx
+++ b/react-select/react-select-tests.tsx
@@ -1,7 +1,9 @@
+///
///
///
///
+import * as _ from "lodash";
import * as React from "react";
import * as ReactDOM from "react-dom";
@@ -61,6 +63,30 @@ const CustomValue = React.createClass({
}
});
+const filterOptions = (options: Array