Update Ember to 3.1

This commit is contained in:
2018-04-16 13:42:08 +02:00
parent e009caaf25
commit b09f19f399
156 changed files with 10149 additions and 16972 deletions
+9 -9
View File
@@ -1,12 +1,12 @@
import { moduleFor, test } from 'ember-qunit';
import { module, test } from 'qunit';
import { setupTest } from 'ember-qunit';
moduleFor('service:kredits', 'Unit | Service | kredits', {
// Specify the other units that are required for this test.
// needs: ['service:foo']
});
module('Unit | Service | kredits', function(hooks) {
setupTest(hooks);
// Replace this with your real tests.
test('it exists', function(assert) {
let service = this.subject();
assert.ok(service);
// Replace this with your real tests.
test('it exists', function(assert) {
let service = this.owner.lookup('service:kredits');
assert.ok(service);
});
});