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

12 lines
300 B
JavaScript

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