lemo-crm/web/tests/unit/routes/user/update-password-test.js
Shaun Chyxion cb0eebe20d update
2017-06-30 23:33:29 +08:00

12 lines
318 B
JavaScript

import { moduleFor, test } from 'ember-qunit';
moduleFor('route:user/update-password', 'Unit | Route | user/update password', {
// 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);
});