Skip to content

Commit

Permalink
Merge pull request #1035 from helgablazhkun/remove-unused-import
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored Jun 1, 2021
2 parents 3b527d4 + 470c4a8 commit 16118c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon-test-support/@ember/test-helpers/dom/click.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import isFormControl from './-is-form-control';
import Target, { isWindow } from './-target';
import { log } from '@ember/test-helpers/dom/-logging';
import { runHooks, registerHook } from '../-internal/helper-hooks';
import { __blur__ } from './blur';

const PRIMARY_BUTTON = 1;
const MAIN_BUTTON_PRESSED = 0;
Expand Down

0 comments on commit 16118c3

Please sign in to comment.