13 lines
333 B
JavaScript
Raw Normal View History

2017-03-24 21:33:46 -07:00
import { moduleFor, test } from 'ember-qunit';
moduleFor('service:search', 'Unit | Service | search', {
// 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);
});