guest-nav-test.js 228 B

12345678910111213
  1. import {
  2. moduleFor,
  3. test
  4. } from 'ember-qunit';
  5. moduleFor('component:guest-nav', 'GuestNavComponent');
  6. test('it exists', function(assert) {
  7. assert.expect(1);
  8. var component = this.subject();
  9. assert.ok(component);
  10. });