zxcvb-test.js 309 B

123456789101112131415
  1. import {
  2. moduleFor,
  3. test
  4. } from 'ember-qunit';
  5. moduleFor('service:zxcvb', {
  6. // Specify the other units that are required for this test.
  7. // needs: ['service:foo']
  8. });
  9. // Replace this with your real tests.
  10. test('it exists', function(assert) {
  11. var service = this.subject();
  12. assert.ok(service);
  13. });