cms/app-client/tests/unit/services/constants-test.js
author ymh <ymh.work@gmail.com>
Tue, 15 Nov 2016 23:35:59 +0100
changeset 427 695111d1eec9
parent 126 e87a340711a4
permissions -rw-r--r--
add some test + css adjustments

import { moduleFor, test } from 'ember-qunit';

moduleFor('service:constants', 'Unit | Service | constants', {
  // 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);
});