Shaun Chyxion cb0eebe20d update
2017-06-30 23:33:29 +08:00

13 lines
371 B
JavaScript

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