1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Add license information

This commit is contained in:
zinyando 2016-07-19 16:02:28 +02:00
parent c3c7a8450c
commit 41735837b9
2 changed files with 11 additions and 12 deletions

View file

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