1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

Add tether service

This commit is contained in:
zinyando 2016-07-19 15:44:57 +02:00
parent b97d9cd287
commit 400f0d26ce
2 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,12 @@
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);
});