Skip to content

Commit d8e2c37

Browse files
committed
Fixing linting issues
1 parent b9bde03 commit d8e2c37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addon-test-support/@ember/test-helpers/dom/click.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import settled from '../settled';
66
import isFocusable from './-is-focusable';
77
import { nextTickPromise } from '../-utils';
88
import isFormControl from './-is-form-control';
9-
import Target, { isWindow } from './-target';
9+
import Target from './-target';
1010
import { log } from '@ember/test-helpers/dom/-logging';
1111
import { runHooks, registerHook } from '../-internal/helper-hooks';
1212

addon-test-support/@ember/test-helpers/dom/double-click.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import settled from '../settled';
66
import isFocusable from './-is-focusable';
77
import { nextTickPromise } from '../-utils';
88
import { DEFAULT_CLICK_OPTIONS } from './click';
9-
import Target, { isWindow } from './-target';
9+
import Target from './-target';
1010
import { log } from '@ember/test-helpers/dom/-logging';
1111
import isFormControl from './-is-form-control';
1212
import { runHooks, registerHook } from '../-internal/helper-hooks';

0 commit comments

Comments
 (0)