mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-31 23:02:29 +00:00
update test:e2e file name
This commit is contained in:
@@ -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} />);
|
||||
|
||||
Reference in New Issue
Block a user