add style for actor tiles
render actors got from backend backend test code to get actors
This commit is contained in:
12
src/elements/Popups/PopupBase.test.js
Normal file
12
src/elements/Popups/PopupBase.test.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import {shallow} from "enzyme";
|
||||
import React from "react";
|
||||
import PopupBase from "./PopupBase";
|
||||
|
||||
describe('<PopupBase/>', function () {
|
||||
it('renders without crashing ', function () {
|
||||
const wrapper = shallow(<PopupBase/>);
|
||||
wrapper.unmount();
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user