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

13 lines
329 B
JavaScript

import { moduleFor, test } from 'ember-qunit';
moduleFor('service:ajax', 'Unit | Service | ajax', {
// 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);
});