hino / tests / unit / controllers / reset-password / index-test.js
index-test.js
Raw
import { module, test } from 'qunit';
import { setupTest } from 'ember-qunit';

module('Unit | Controller | reset-password\index', function(hooks) {
  setupTest(hooks);

  // Replace this with your real tests.
  test('it exists', function(assert) {
    let controller = this.owner.lookup('controller:reset-password\index');
    assert.ok(controller);
  });
});