open-consul/ui-v2/tests/unit/routes/dc/intentions/edit-test.js

12 lines
361 B
JavaScript
Raw Normal View History

import { moduleFor, test } from 'ember-qunit';
moduleFor('route:dc/intentions/edit', 'Unit | Route | dc/intentions/edit', {
// Specify the other units that are required for this test.
needs: ['service:intentions', 'service:feedback', 'service:flashMessages'],
});
test('it exists', function(assert) {
let route = this.subject();
assert.ok(route);
});