hhff/spree-ember

View on GitHub
packages/checkouts/tests/unit/services/checkouts-test.js

Summary

Maintainability
A
0 mins
Test Coverage
import {
  moduleFor,
  test
} from 'ember-qunit';

moduleFor('service:checkouts', {
  // Specify the other units that are required for this test.
  // needs: ['service:foo']
});

// Replace this with your real tests.
test('it exists', function(assert) {
  var service = this.subject();
  assert.ok(service);
});