import { moduleFor, test } from 'ember-qunit'; moduleFor('component:request-link-form', 'RequestLinkFormComponent'); test('it exists', function(assert) { assert.expect(1); var component = this.subject(); assert.ok(component); });