Ember test-helpers codemod
This commit is contained in:
parent
a356ab5477
commit
517ef97343
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue