update test:e2e file name

This commit is contained in:
hardiknai-techm
2021-05-03 09:51:16 +05:30
parent 4ffea1bad9
commit 2855bf4c7d
2 changed files with 5 additions and 1 deletions

View File

@@ -3,8 +3,12 @@ import { shallow } from "enzyme";
import React from "react";
import { updateUserContext } from "UserContext";
import { SettingsPane } from "./SettingsPane";
const props = {
expandConsole: (): void => undefined,
closePanel: (): void => undefined,
};
describe("Settings Pane", () => {
it("should render Default properly", () => {
const wrapper = shallow(<SettingsPane {...props} />);