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