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

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