import * as React from "react";
import {
SearchkitManager,
LoadingComponent
} from "../../../"
import {mount} from "enzyme";
describe("SearchkitProvider", ()=> {
beforeEach(()=> {
this.searchkit = SearchkitManager.mock()
this.wrapper = mount(
loading...
loading...
") }) })