lemo-crm/web/tests/unit/routes/user/edit-test.js
Shaun Chyxion 528e09dbdd init
2017-06-04 22:56:26 +08:00

12 lines
296 B
JavaScript

import { moduleFor, test } from 'ember-qunit';
moduleFor('route:user/edit', 'Unit | Route | user/edit', {
// Specify the other units that are required for this test.
// needs: ['controller:foo']
});
test('it exists', function(assert) {
let route = this.subject();
assert.ok(route);
});