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

13 lines
344 B
JavaScript

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