github.com/sl1pm4t/consul@v1.4.5-0.20190325224627-74c31c540f9c/ui-v2/tests/unit/routes/dc-test.js (about)

     1  import { moduleFor } from 'ember-qunit';
     2  import test from 'ember-sinon-qunit/test-support/test';
     3  
     4  moduleFor('route:dc', 'Unit | Route | dc', {
     5    // Specify the other units that are required for this test.
     6    needs: ['service:repository/dc', 'service:settings'],
     7  });
     8  
     9  test('it exists', function(assert) {
    10    let route = this.subject();
    11    assert.ok(route);
    12  });