github.hscsec.cn/hashicorp/consul@v1.4.5/ui-v2/tests/unit/routes/dc/intentions/index-test.js (about) 1 import { moduleFor, test } from 'ember-qunit'; 2 3 moduleFor('route:dc/intentions/index', 'Unit | Route | dc/intentions/index', { 4 // Specify the other units that are required for this test. 5 needs: [ 6 'service:repository/intention', 7 'service:feedback', 8 'service:logger', 9 'service:flashMessages', 10 ], 11 }); 12 13 test('it exists', function(assert) { 14 let route = this.subject(); 15 assert.ok(route); 16 });