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