1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 23:29:42 +02:00
documize/app/tests/unit/services/tether-test.js

13 lines
333 B
JavaScript
Raw Normal View History

2016-07-19 15:44:57 +02:00
import { moduleFor, test } from 'ember-qunit';
moduleFor('service:tether', 'Unit | Service | tether', {
// 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);
});