github.com/jancarloviray/community@v0.41.1-0.20170124221257-33a66c87cf2f/app/tests/unit/services/local-storage-test.js (about) 1 // Copyright 2016 Documize Inc. <legal@documize.com>. All rights reserved. 2 // 3 // This software (Documize Community Edition) is licensed under 4 // GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html 5 // 6 // You can operate outside the AGPL restrictions by purchasing 7 // Documize Enterprise Edition and obtaining a commercial license 8 // by contacting <sales@documize.com>. 9 // 10 // https://documize.com 11 12 import { moduleFor, test } from 'ember-qunit'; 13 14 moduleFor('service:local-storage', 'Unit | Service | local storage', { 15 // Specify the other units that are required for this test. 16 // needs: ['service:foo'] 17 }); 18 19 // Replace this with your real tests. 20 test('it exists', function (assert) { 21 let service = this.subject(); 22 assert.ok(service); 23 });