Skip to content

Commit 219ddd8

Browse files
committed
Change all imports to @ember/test-helpers
1 parent 8cbb9dc commit 219ddd8

36 files changed

Lines changed: 38 additions & 38 deletions

__testfixtures__/acceptance/attr.output.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { find } from 'ember-native-dom-helpers';
1+
import { find } from '@ember/test-helpers';
22
import { test } from 'qunit';
33
import moduleForAcceptance from '../../tests/helpers/module-for-acceptance';
44

__testfixtures__/acceptance/click.output.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { click, currentURL, findAll, visit } from 'ember-native-dom-helpers';
1+
import { click, currentURL, findAll, visit } from '@ember/test-helpers';
22
import { test } from 'qunit';
33
import moduleForAcceptance from '../../tests/helpers/module-for-acceptance';
44

__testfixtures__/acceptance/each.output.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { findAll } from 'ember-native-dom-helpers';
1+
import { findAll } from '@ember/test-helpers';
22
import { test } from 'qunit';
33
import moduleForAcceptance from '../../tests/helpers/module-for-acceptance';
44

__testfixtures__/acceptance/fill-in.output.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fillIn, currentURL, findAll, visit } from 'ember-native-dom-helpers';
1+
import { fillIn, currentURL, findAll, visit } from '@ember/test-helpers';
22
import { test } from 'qunit';
33
import moduleForAcceptance from '../../tests/helpers/module-for-acceptance';
44

__testfixtures__/acceptance/get-value.output.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { find } from 'ember-native-dom-helpers';
1+
import { find } from '@ember/test-helpers';
22
import { test } from 'qunit';
33
import moduleForAcceptance from '../../tests/helpers/module-for-acceptance';
44

__testfixtures__/acceptance/has-class.output.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { find } from 'ember-native-dom-helpers';
1+
import { find } from '@ember/test-helpers';
22
import { test } from 'qunit';
33
import moduleForAcceptance from '../../tests/helpers/module-for-acceptance';
44

__testfixtures__/acceptance/html.output.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { find } from 'ember-native-dom-helpers';
1+
import { find } from '@ember/test-helpers';
22
import { test } from 'qunit';
33
import moduleForAcceptance from '../../tests/helpers/module-for-acceptance';
44

__testfixtures__/acceptance/key-event.output.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { keyEvent, currentURL, visit } from 'ember-native-dom-helpers';
1+
import { keyEvent, currentURL, visit } from '@ember/test-helpers';
22
import { test } from 'qunit';
33
import moduleForAcceptance from '../../tests/helpers/module-for-acceptance';
44

__testfixtures__/acceptance/length.output.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { findAll } from 'ember-native-dom-helpers';
1+
import { findAll } from '@ember/test-helpers';
22
import { test } from 'qunit';
33
import moduleForAcceptance from '../../tests/helpers/module-for-acceptance';
44

__testfixtures__/acceptance/nested-in-and-then.output.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { click } from 'ember-native-dom-helpers';
1+
import { click } from '@ember/test-helpers';
22
import { test } from 'qunit';
33
import moduleForAcceptance from '../../tests/helpers/module-for-acceptance';
44

0 commit comments

Comments
 (0)