added several tests to generalsettings view
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
import {shallow, mount} from "enzyme";
|
||||
import {mount, shallow} from "enzyme";
|
||||
import React from "react";
|
||||
import CategoryPage from "./CategoryPage";
|
||||
import VideoContainer from "../../elements/VideoContainer/VideoContainer";
|
||||
|
||||
function prepareFetchApi(response) {
|
||||
const mockJsonPromise = Promise.resolve(response);
|
||||
|
Reference in New Issue
Block a user