Skip to content

Commit

Permalink
chore: remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Nov 21, 2023
1 parent 52752c2 commit 482baa1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions test/spec/utils/documentation.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { expect } from 'chai';

import { getDocumentationUrl } from '../../../lib/utils/documentation';

describe('utils/documentation', function() {
Expand Down
2 changes: 0 additions & 2 deletions test/spec/utils/error-messages.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { expect } from 'chai';

import {
getErrorMessage,
getExecutionPlatformLabel
Expand Down
2 changes: 0 additions & 2 deletions test/spec/utils/lint-helper.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { expect } from 'chai';

import Linter from 'bpmnlint/lib/linter';

async function lintNode(node, rule, config = {},) {
Expand Down
2 changes: 0 additions & 2 deletions test/spec/utils/properties-panel.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { expect } from 'chai';

import { Linter } from '../../..';

import {
Expand Down
2 changes: 0 additions & 2 deletions test/spec/utils/types.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { expect } from 'chai';

import { getTypeString } from '../../../lib/utils/types';

import { createElement } from '../../helper';
Expand Down

0 comments on commit 482baa1

Please sign in to comment.