Skip to content

Commit

Permalink
Fix lint-check
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Jul 22, 2020
1 parent 187034b commit 8ccf1ef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import { parseJsonAndExpectOnlyEdges, parseJsonAndExpectOnlyFlowNodes, verifyLabelBounds } from './JsonTestUtils';
import each from 'jest-each';
import { TProcess } from '../../../../../src/component/parser/xml/bpmn-json-model/baseElement/rootElement/rootElement';
import { ShapeBpmnElementKind } from '../../../../../src/model/bpmn/shape/ShapeBpmnElementKind';

describe('parse bpmn as json for label bounds', () => {
each([
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { parseJsonAndExpectOnlyEdges, parseJsonAndExpectOnlyFlowNodes, verifyEdge, verifyShape } from './JsonTestUtils';
import { parseJsonAndExpectOnlyEdges, verifyEdge } from './JsonTestUtils';
import Waypoint from '../../../../../src/model/bpmn/edge/Waypoint';
import { TProcess } from '../../../../../src/component/parser/xml/bpmn-json-model/baseElement/rootElement/rootElement';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/
import { ShapeBpmnElementKind } from '../../../../../src/model/bpmn/shape/ShapeBpmnElementKind';
import { parseJsonAndExpectOnlyFlowNodes, parseJsonAndExpectOnlySubProcess, verifyShape } from './JsonTestUtils';
import { parseJsonAndExpectOnlySubProcess, verifyShape } from './JsonTestUtils';
import each from 'jest-each';
import { ShapeBpmnSubProcessKind } from '../../../../../src/model/bpmn/shape/ShapeBpmnSubProcessKind';
import { TProcess } from '../../../../../src/component/parser/xml/bpmn-json-model/baseElement/rootElement/rootElement';
Expand Down

0 comments on commit 8ccf1ef

Please sign in to comment.