github.hscsec.cn/hashicorp/consul@v1.4.5/ui-v2/tests/unit/routes/settings-test.js (about)

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