2018-02-12 20:23:03 +08:00

12 lines
328 B
JavaScript

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