open-consul/ui-v2/tests/unit/services/repository/dc-test.js

13 lines
339 B
JavaScript

import { moduleFor, test } from 'ember-qunit';
moduleFor('service:repository/dc', 'Unit | Service | dc', {
// Specify the other units that are required for this test.
needs: ['service:settings'],
});
// Replace this with your real tests.
test('it exists', function(assert) {
let service = this.subject();
assert.ok(service);
});