lemo-crm/web/tests/unit/services/user/service-test.js
Shaun Chyxion 528e09dbdd init
2017-06-04 22:56:26 +08:00

13 lines
345 B
JavaScript

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