Removed beforeEach

This commit is contained in:
ziajka 2018-03-14 14:07:44 +01:00
parent 477ed3008f
commit 7f03d2f372

View File

@ -2,7 +2,6 @@ import {SelectionTool} from "./selection-tool";
import {select} from "d3-selection";
import {Context} from "../../../map/models/context";
import {SVGSelection} from "../../../map/models/types";
import {beforeEach} from "selenium-webdriver/testing";
describe('SelectionTool', () => {