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

13 lines
335 B
JavaScript

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