Basic setup

This commit is contained in:
2017-11-07 20:11:27 +01:00
parent 199f6d6d97
commit 42c657adf3
7 changed files with 3585 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
import { moduleFor, test } from 'ember-qunit';
moduleFor('service:storage', 'Unit | Service | storage', {
// 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);
});