17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / components / search-input / search-input.test.tsx
index a983a409cd226151c14fb2bdafaaac423611787f..90c52b7639e2d534d594bb1a6252c22b782109ff 100644 (file)
@@ -2,11 +2,10 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from "react";
+import React from "react";
 import { mount, configure } from "enzyme";
 import { SearchInput, DEFAULT_SEARCH_DEBOUNCE } from "./search-input";
-
-import * as Adapter from 'enzyme-adapter-react-16';
+import Adapter from 'enzyme-adapter-react-16';
 
 configure({ adapter: new Adapter() });