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

12 lines
333 B
JavaScript

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);
});