censis-archive/obrand/obrand-admin/tests/unit/services/session-account-test.js

13 lines
351 B
JavaScript
Raw Normal View History

2016-06-06 10:45:51 +00:00
import { moduleFor, test } from 'ember-qunit';
moduleFor('service:session-account', 'Unit | Service | session account', {
// 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);
});