datahub/wherehows-web/tests/unit/services/search-keywords-test.js

13 lines
351 B
JavaScript
Raw Normal View History

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