Ember test-helpers codemod

This commit is contained in:
Michael Lange 2019-03-12 17:08:16 -07:00
parent a356ab5477
commit 517ef97343
18 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import { currentURL } from '@ember/test-helpers';
import { assign } from '@ember/polyfills';
import { currentURL } from 'ember-native-dom-helpers';
import { module, test } from 'qunit';

View File

@ -1,3 +1,4 @@
import { currentURL, visit } from '@ember/test-helpers';
import { module, test } from 'qunit';
import { setupApplicationTest } from 'ember-qunit';
import ClientsList from 'nomad-ui/tests/pages/clients/list';

View File

@ -1,3 +1,4 @@
import { currentURL } from '@ember/test-helpers';
import { assign } from '@ember/polyfills';
import { currentURL } from 'ember-native-dom-helpers';
import { module, test } from 'qunit';

View File

@ -1,3 +1,4 @@
import { currentURL } from '@ember/test-helpers';
import { currentURL } from 'ember-native-dom-helpers';
import { module, test } from 'qunit';
import { setupApplicationTest } from 'ember-qunit';

View File

@ -1,3 +1,4 @@
import { currentURL } from '@ember/test-helpers';
import { module, test } from 'qunit';
import { setupApplicationTest } from 'ember-qunit';
import Allocations from 'nomad-ui/tests/pages/jobs/job/allocations';

View File

@ -1,3 +1,4 @@
import { currentURL } from '@ember/test-helpers';
import { currentURL } from 'ember-native-dom-helpers';
import { module, test } from 'qunit';
import { setupApplicationTest } from 'ember-qunit';

View File

@ -1,3 +1,4 @@
import { currentURL } from '@ember/test-helpers';
import { get } from '@ember/object';
import { module, test } from 'qunit';
import { setupApplicationTest } from 'ember-qunit';

View File

@ -1,3 +1,4 @@
import { currentURL } from '@ember/test-helpers';
import { currentURL } from 'ember-native-dom-helpers';
import { module, test } from 'qunit';
import { setupApplicationTest } from 'ember-qunit';

View File

@ -1,3 +1,4 @@
import { currentURL } from '@ember/test-helpers';
import { module, test } from 'qunit';
import { setupApplicationTest } from 'ember-qunit';
import Evaluations from 'nomad-ui/tests/pages/jobs/job/evaluations';

View File

@ -1,3 +1,4 @@
import { currentURL } from '@ember/test-helpers';
import { assign } from '@ember/polyfills';
import { currentURL } from 'ember-native-dom-helpers';
import { module, test } from 'qunit';

View File

@ -1,3 +1,4 @@
import { currentURL } from '@ember/test-helpers';
import { module, test } from 'qunit';
import { setupApplicationTest } from 'ember-qunit';
import Versions from 'nomad-ui/tests/pages/jobs/job/versions';

View File

@ -1,3 +1,4 @@
import { currentURL } from '@ember/test-helpers';
import { currentURL } from 'ember-native-dom-helpers';
import { module, test } from 'qunit';
import { setupApplicationTest } from 'ember-qunit';

View File

@ -1,3 +1,4 @@
import { currentURL } from '@ember/test-helpers';
import { module, test } from 'qunit';
import { setupApplicationTest } from 'ember-qunit';
import JobsList from 'nomad-ui/tests/pages/jobs/list';

View File

@ -1,3 +1,4 @@
import { currentURL } from '@ember/test-helpers';
import { currentURL } from 'ember-native-dom-helpers';
import { module, test } from 'qunit';
import { setupApplicationTest } from 'ember-qunit';

View File

@ -1,3 +1,4 @@
import { currentURL } from '@ember/test-helpers';
import { currentURL } from 'ember-native-dom-helpers';
import { module, test } from 'qunit';
import { setupApplicationTest } from 'ember-qunit';

View File

@ -1,3 +1,4 @@
import { currentURL } from '@ember/test-helpers';
import { currentURL } from 'ember-native-dom-helpers';
import { module, test } from 'qunit';
import { setupApplicationTest } from 'ember-qunit';

View File

@ -1,3 +1,4 @@
import { currentURL } from '@ember/test-helpers';
import { currentURL } from 'ember-native-dom-helpers';
import { module, test } from 'qunit';
import { setupApplicationTest } from 'ember-qunit';

View File

@ -1,3 +1,4 @@
import { currentURL } from '@ember/test-helpers';
import { run } from '@ember/runloop';
import { module, test } from 'qunit';
import { setupApplicationTest } from 'ember-qunit';