UNPKG

generator-prospa

Version:

Create fully working Single Page Applications using various technology combinations

12 lines (9 loc) 271 B
import { module, test } from 'qunit'; import { setupTest } from 'ember-qunit'; module('Unit | Route | users', function(hooks) { setupTest(hooks); test('it exists', function(assert) { let route = this.owner.lookup('route:users'); assert.ok(route); }); });