master merge

This commit is contained in:
hardiknai-techm
2021-05-27 09:34:42 +05:30
247 changed files with 26680 additions and 30211 deletions

View File

@@ -43,7 +43,7 @@ describe("Graph Style Component", () => {
expect(asFragment).toMatchSnapshot();
});
it("should render node properties dropdown list ", () => {
it("should render node properties dropdown list", () => {
const dropDownList = screen.getByText("Show vertex (node) as");
expect(dropDownList).toBeDefined();
});