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