UNPKG

generator-prospa

Version:

Create fully working Single Page Applications using various technology combinations

13 lines (10 loc) 329 B
import { module, test } from 'qunit'; import { setupTest } from 'ember-qunit'; module('Unit | Controller | user', function(hooks) { setupTest(hooks); // Replace this with your real tests. test('it exists', function(assert) { let controller = this.owner.lookup('controller:user'); assert.ok(controller); }); });