yarn-queues-test.js 323 B

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