Skip to content

Commit 470930f

Browse files
committed
Fix linting
1 parent 980eed2 commit 470930f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

packages/test-app/tests/integration/components/bs-form-test.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
import { module, test } from 'qunit';
22
import { setupRenderingTest } from 'ember-qunit';
33
import { hbs } from 'ember-cli-htmlbars';
4-
import {
5-
render,
6-
triggerEvent,
7-
click,
8-
fillIn,
9-
focus,
10-
blur,
11-
findAll,
12-
pauseTest,
13-
} from '@ember/test-helpers';
4+
import { blur, fillIn, focus, render, triggerEvent } from '@ember/test-helpers';
145

156
module('Integration | Component | bs-form', function (hooks) {
167
setupRenderingTest(hooks);

0 commit comments

Comments
 (0)