inspektor/tests/unit/routes/index-test.js
2017-11-08 00:55:11 +01:00

12 lines
288 B
JavaScript

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