import {shallow} from "enzyme"; import React from "react"; import PopupBase from "./PopupBase"; describe('', function () { it('renders without crashing ', function () { const wrapper = shallow(); wrapper.unmount(); }); });